diff options
Diffstat (limited to 'sim/testsuite/lm32/pass.s')
-rw-r--r-- | sim/testsuite/lm32/pass.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/testsuite/lm32/pass.s b/sim/testsuite/lm32/pass.s new file mode 100644 index 0000000..3154b2b --- /dev/null +++ b/sim/testsuite/lm32/pass.s @@ -0,0 +1,7 @@ +# check that the sim doesn't die immediately. +# mach: lm32 + +.include "testutils.inc" + + start + pass |