1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-24 16:18:14 +00:00
Files
open-simh.simh/scp.c
Mark Pizzolato 99a7e65876 SCP: Only report DO file context when run_cmd completes if the completion status is not a simulator specific error code and not due to a STEP, EXPECT or STOP completion.
The commands which operate through run_cmd (GO, STEP, CONTINUE, BOOT, RUN) will all exit with a status which is NOT SCPE_OK.  Most of the exit status values will be 100% normal and not indicative of a true error, so producing error message context is not necessary or desired.
2014-12-31 15:04:52 -08:00

407 KiB