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:
parent
d6594834b8
commit
4ee337edad
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user