mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-10 12:29:26 +00:00
IBM360: Removed sign unsigned warning on windows.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user