From 5573dd739bdf6fa203cf48d42002e83fd5482ced Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sun, 13 Sep 2020 12:13:17 -0400 Subject: [PATCH] PDP10: Declare sim_stop_messages as an array SCPE_BASE long --- PDP10/kx10_sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/kx10_sys.c b/PDP10/kx10_sys.c index 7e11df0..04b1609 100644 --- a/PDP10/kx10_sys.c +++ b/PDP10/kx10_sys.c @@ -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",