mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
3B2-700: Properly terminate list of SCSI devices
This commit is contained in:
@@ -63,7 +63,8 @@ static DRVTYP ha_tab[] = {
|
||||
HA_DISK(SD300),
|
||||
HA_DISK(SD327),
|
||||
HA_DISK(SD630),
|
||||
HA_TAPE(ST120)
|
||||
HA_TAPE(ST120),
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
UNIT ha_unit[9] = {0}; /* SCSI ID 0-7 + CIO Unit */
|
||||
|
||||
Reference in New Issue
Block a user