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