mirror of
https://github.com/simh/simh.git
synced 2026-04-07 22:11:20 +00:00
Exposed a means of general disabling message printing to commands while passing back status information.
This commit is contained in:
@@ -825,6 +825,10 @@ return SCPE_OK;
|
||||
|
||||
t_stat halt_svc (UNIT *uptr)
|
||||
{
|
||||
/* [JDB local fix 3] begin */
|
||||
if (sim_switches & SIM_SW_HIDE) /* hide console halt message? */
|
||||
return SCPE_CHALT | SCPE_NOMESSAGE; /* return quietly */
|
||||
/* [JDB local fix 3] end */
|
||||
return SCPE_CHALT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user