mirror of
https://github.com/simh/simh.git
synced 2026-03-03 18:16:24 +00:00
SCSI: Compiler warning cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user