mirror of
https://github.com/open-simh/simh.git
synced 2026-01-19 09:37:50 +00:00
SCSI: Compiler warning cleanup
This commit is contained in:
parent
46133b5dd8
commit
0c3a9d4d56
@ -1078,7 +1078,7 @@ void scsi_space (SCSI_BUS *bus, uint8 *data, uint32 len)
|
||||
UNIT *uptr = bus->dev[bus->target];
|
||||
uint32 code, skipped;
|
||||
t_seccnt sects;
|
||||
t_stat r;
|
||||
t_stat r = 0;
|
||||
|
||||
code = data[1] & 0x7;
|
||||
sects = GETW (data, 3) | (data[2] << 16);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user