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:
parent
af35f746af
commit
0fff3126a9
@ -112,7 +112,7 @@ DEBTAB crd_debug[] = {
|
||||
};
|
||||
|
||||
|
||||
const char *sim_stop_messages[] = {
|
||||
const char *sim_stop_messages[SCPE_BASE] = {
|
||||
"Unknown error",
|
||||
"Uninterruptable wait",
|
||||
"Breakpoint"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user