diff options
Diffstat (limited to 'sim/testsuite/arm/misc.exp')
-rw-r--r-- | sim/testsuite/arm/misc.exp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/testsuite/arm/misc.exp b/sim/testsuite/arm/misc.exp index bc36ca8..ea6fd3c 100644 --- a/sim/testsuite/arm/misc.exp +++ b/sim/testsuite/arm/misc.exp @@ -1,8 +1,9 @@ # Miscellaneous ARM simulator testcases if { [istarget arm*-*-*] } { - # load support procs - # load_lib cgen.exp + # Used to locate the `run` program. + global arch + set arch "arm" # all machines set all_machs "arm7tdmi" |