mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
PDP11: fixed auto configure for RL and HK devices
This commit is contained in:
parent
c0bf9073d9
commit
59232fed53
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user