mirror of
https://github.com/open-simh/simh.git
synced 2026-03-06 11:23:59 +00:00
SCELBI: Add missing array bound in sim_stop_messages array
Somehow this simulator got missed when this change was made for all other simulators.
This commit is contained in:
committed by
Paul Koning
parent
3ec3e3aa8f
commit
f06ba22c6c
@@ -62,7 +62,7 @@ DEVICE *sim_devices[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
const char *sim_stop_messages[] = {
|
||||
const char *sim_stop_messages[SCPE_BASE] = {
|
||||
"Unknown error",
|
||||
"Unknown I/O Instruction",
|
||||
"HALT instruction",
|
||||
|
||||
Reference in New Issue
Block a user