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:
@@ -81,7 +81,7 @@ DEVICE *sim_devices[] = {
|
||||
};
|
||||
|
||||
/* Simulator stop codes */
|
||||
const char *sim_stop_messages[] = {
|
||||
const char *sim_stop_messages[SCPE_BASE] = {
|
||||
0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user