about summary refs log tree commit diff
path: root/sysdeps/sh/abort-instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sh/abort-instr.h')
-rw-r--r--sysdeps/sh/abort-instr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/sh/abort-instr.h b/sysdeps/sh/abort-instr.h
new file mode 100644
index 0000000000..69381aec8e
--- /dev/null
+++ b/sysdeps/sh/abort-instr.h
@@ -0,0 +1,3 @@
+/* An instruction which should crash any program is `sleep'.  */
+#define ABORT_INSTRUCTION_ASM sleep
+#define ABORT_INSTRUCTION asm ("sleep")