mirror of
https://github.com/open-simh/simh.git
synced 2026-01-17 08:44:08 +00:00
SCP: Fix bug when debug file is opened with -N option.
This commit is contained in:
parent
42e7d48c82
commit
f6ba323891
@ -1284,6 +1284,8 @@ if (!sim_quiet) {
|
||||
fprintf (sim_deb, "Debug output to \"%s\" at %s", sim_logfile_name (sim_deb, sim_deb_ref), ctime(&now));
|
||||
show_version (sim_deb, NULL, NULL, 0, NULL);
|
||||
}
|
||||
if (sim_deb_switches & SWMASK ('N'))
|
||||
sim_deb_switches &= ~SWMASK ('N'); /* Only process the -N flag initially */
|
||||
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user