summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/cris/asm/halt.ms
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/cris/asm/halt.ms')
-rw-r--r--sim/testsuite/sim/cris/asm/halt.ms9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/testsuite/sim/cris/asm/halt.ms b/sim/testsuite/sim/cris/asm/halt.ms
new file mode 100644
index 00000000000..368c367479b
--- /dev/null
+++ b/sim/testsuite/sim/cris/asm/halt.ms
@@ -0,0 +1,9 @@
+# mach: crisv32
+# xerror:
+# output: HALT isn't implemented\nprogram stopped with signal 5.\n
+
+ .include "testutils.inc"
+ start
+ halt
+
+ quit