mirror of
https://github.com/simh/simh.git
synced 2026-02-16 20:52:19 +00:00
VAX tests: Avoid errors when enabling debug for non-existent devices
Leverage new "IF DEVICE <devname>" condition test
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
::
|
||||
#set debug -nrtbp 500 %SIM_BIN_NAME%.dbg
|
||||
#set log debug
|
||||
set todr debug
|
||||
set tmr debug
|
||||
if device todr set todr debug
|
||||
if device tmr set tmr debug
|
||||
set int-clock debug=calib
|
||||
set int-clock nodebug=queue;gettime;check
|
||||
#set -o -t cpu hist=500k:%SIM_BIN_NAME%.hst
|
||||
|
||||
Reference in New Issue
Block a user