SCP: Properly allow all debug option switches (EBCDIC and RAD50 text)
This commit is contained in:
parent
9c75a7bfaa
commit
b59ad75217
1 changed files with 2 additions and 1 deletions
|
@ -2271,7 +2271,8 @@ sim_deb_switches = sim_switches &
|
|||
(SWMASK ('R') | SWMASK ('P') |
|
||||
SWMASK ('T') | SWMASK ('A') |
|
||||
SWMASK ('F') | SWMASK ('N') |
|
||||
SWMASK ('B')); /* save debug switches */
|
||||
SWMASK ('B') | SWMASK ('E') |
|
||||
SWMASK ('D') ); /* save debug switches */
|
||||
if (sim_deb_switches & SWMASK ('R')) {
|
||||
struct tm loc_tm, gmt_tm;
|
||||
time_t time_t_now;
|
||||
|
|
Loading…
Add table
Reference in a new issue