1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-12 15:07:12 +00:00

SEL32: Correct spelling

This commit is contained in:
James C. Bevier
2019-07-17 21:39:18 -04:00
committed by Richard Cornwell
parent 6d9ad153ec
commit db1d78945c

View File

@@ -1199,7 +1199,7 @@ t_stat chan_boot(uint16 chsa, DEVICE *dptr) {
chp->ccw_flags = 0; /* clear the command flags */
return SCPE_IOERR; /* return error */
}
sim_debug(DEBUG_CMD, &dev_cpu, "Channel Boot OK return from load_ccw chsa %02x status %08x\n",
sim_debug(DEBUG_CMD, &cpu_dev, "Channel Boot OK return from load_ccw chsa %02x status %08x\n",
chsa, chp->chan_status);
loading = chsa; /* show we are loading from the boot device */
return SCPE_OK; /* all OK */