1
0
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:
Richard Cornwell 2020-09-13 12:13:17 -04:00
parent 34586f13ab
commit 5573dd739b

View File

@ -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",