mirror of
https://github.com/open-simh/simh.git
synced 2026-05-05 15:43:58 +00:00
PDP11, VAX: Provide a useful error message when the unimplemented DUMP command is attempted.
This commit is contained in:
@@ -112,7 +112,7 @@ int32 val;
|
||||
uint32 origin, limit;
|
||||
|
||||
if (flag) /* dump? */
|
||||
return SCPE_ARG;
|
||||
return sim_messagef (SCPE_NOFNC, "Command Not Implemented\n");
|
||||
origin = 0; /* memory */
|
||||
limit = (uint32) cpu_unit.capac;
|
||||
if (sim_switches & SWMASK ('R')) { /* ROM? */
|
||||
|
||||
Reference in New Issue
Block a user