mirror of
https://github.com/simh/simh.git
synced 2026-02-10 10:11:20 +00:00
PDP11: fixed auto configure for RL and HK devices
This commit is contained in:
@@ -1480,7 +1480,7 @@ if (hkxb == NULL)
|
||||
hkxb = (uint16 *) calloc (HK_MAXFR, sizeof (uint16));
|
||||
if (hkxb == NULL)
|
||||
return SCPE_MEM;
|
||||
return SCPE_OK;
|
||||
return auto_config (0, 0);
|
||||
}
|
||||
|
||||
/* Device attach */
|
||||
|
||||
@@ -992,7 +992,7 @@ if (rlxb == NULL)
|
||||
rlxb = (uint16 *) calloc (RL_MAXFR, sizeof (uint16));
|
||||
if (rlxb == NULL)
|
||||
return SCPE_MEM;
|
||||
return SCPE_OK;
|
||||
return auto_config (0, 0);
|
||||
}
|
||||
|
||||
/* Attach routine */
|
||||
|
||||
Reference in New Issue
Block a user