mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-22 18:41:11 +00:00
PDP10: Declare sim_stop_messages as an array SCPE_BASE long
This commit is contained in:
parent
34586f13ab
commit
5573dd739b
@ -215,7 +215,7 @@ DEVICE *sim_devices[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
const char *sim_stop_messages[] = {
|
||||
const char *sim_stop_messages[SCPE_BASE] = {
|
||||
"Unknown error",
|
||||
"HALT instruction",
|
||||
"Breakpoint",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user