PDP11: fixed auto configure for RL and HK devices

This commit is contained in:
Mark Pizzolato 2013-09-05 18:56:08 -07:00
parent c0bf9073d9
commit 59232fed53
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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 */