1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-19 01:18:10 +00:00

IBM360: Removed sign unsigned warning on windows.

This commit is contained in:
Richard Cornwell 2021-11-13 16:10:03 -05:00
parent d6594834b8
commit 4ee337edad

View File

@ -529,7 +529,7 @@ t_stat dasd_srv(UNIT * uptr)
int state;
int count;
int trk;
int hd;
unsigned int hd;
int i;
int rd = ((cmd & 0x3) == 0x1) | ((cmd & 0x3) == 0x2);
uint8 *rec;