SCSI: Compiler warning cleanup
This commit is contained in:
parent
46133b5dd8
commit
0c3a9d4d56
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue