1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

Added missing VAX 8600 message display after boot command returns

This commit is contained in:
Mark Pizzolato 2012-12-27 12:22:22 -08:00
parent 425ef4f113
commit fbb783f5dd

View File

@ -188,7 +188,7 @@ DEVICE abus_dev = {
CTAB vax860_cmd[] = {
{ "BOOT", &vax860_boot, RU_BOOT,
"bo{ot} <device>{/R5:flg} boot device\n" },
"bo{ot} <device>{/R5:flg} boot device\n", &run_cmd_message },
{ NULL }
};