1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 23:35:30 +00:00

IBM360: Declare sim_stop_messages as an array SCPE_BASE long

This commit is contained in:
Richard Cornwell 2020-09-13 12:12:35 -04:00
parent af35f746af
commit 0fff3126a9

View File

@ -112,7 +112,7 @@ DEBTAB crd_debug[] = {
};
const char *sim_stop_messages[] = {
const char *sim_stop_messages[SCPE_BASE] = {
"Unknown error",
"Uninterruptable wait",
"Breakpoint"