mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
SCP: Fix SET DEBUG switch interpretation
This commit is contained in:
parent
daed1e576f
commit
ab028c0a37
@ -1057,7 +1057,7 @@ if (r != SCPE_OK)
|
||||
|
||||
if (sim_deb_switches & SWMASK ('R')) {
|
||||
clock_gettime(CLOCK_REALTIME, &sim_deb_basetime);
|
||||
if (!(sim_deb_switches & (SWMASK ('A') || SWMASK ('T'))))
|
||||
if (!(sim_deb_switches & (SWMASK ('A') | SWMASK ('T'))))
|
||||
sim_deb_switches |= SWMASK ('T');
|
||||
}
|
||||
if (sim_deb_switches & SWMASK ('P'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user