1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-14 03:45:10 +00:00

ICL1900: Declare sim_stop_messages as an array SCPE_BASE long

This commit is contained in:
Richard Cornwell
2020-09-13 12:12:53 -04:00
parent 0fff3126a9
commit 34586f13ab

View File

@@ -81,7 +81,7 @@ DEVICE *sim_devices[] = {
};
/* Simulator stop codes */
const char *sim_stop_messages[] = {
const char *sim_stop_messages[SCPE_BASE] = {
0,
};