I1401: Fix minor typo in error msg
This commit is contained in:
parent
7b99876e1e
commit
8546a8702f
1 changed files with 2 additions and 2 deletions
|
@ -93,13 +93,13 @@ const char *sim_stop_messages[SCPE_BASE] = {
|
||||||
"Invalid A address",
|
"Invalid A address",
|
||||||
"Invalid B address",
|
"Invalid B address",
|
||||||
"Invalid instruction length",
|
"Invalid instruction length",
|
||||||
"Invalid modifer",
|
"Invalid modifier",
|
||||||
"Invalid branch address",
|
"Invalid branch address",
|
||||||
"Breakpoint",
|
"Breakpoint",
|
||||||
"HALT instruction",
|
"HALT instruction",
|
||||||
"Invalid MT unit number",
|
"Invalid MT unit number",
|
||||||
"Invalid MT record length",
|
"Invalid MT record length",
|
||||||
"Write to locked MT unit",
|
"Write to locked MT unit",
|
||||||
"Skip to unpunched CCT channel",
|
"Skip to unpunched CCT channel",
|
||||||
"Card reader empty",
|
"Card reader empty",
|
||||||
"Address register wrap",
|
"Address register wrap",
|
||||||
|
|
Loading…
Add table
Reference in a new issue