aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/sysdeps/s390/abort-instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/s390/abort-instr.h')
-rw-r--r--REORG.TODO/sysdeps/s390/abort-instr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/s390/abort-instr.h b/REORG.TODO/sysdeps/s390/abort-instr.h
new file mode 100644
index 0000000000..825601ad50
--- /dev/null
+++ b/REORG.TODO/sysdeps/s390/abort-instr.h
@@ -0,0 +1,2 @@
+/* An op-code of 0 should crash any program. */
+#define ABORT_INSTRUCTION __asm__ (".word 0")