summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-01-02 18:38:59 +0000
committerUlrich Drepper <drepper@redhat.com>1997-01-02 18:38:59 +0000
commit6a6836233e7ee6d62589ef518c97517655f44ed5 (patch)
treeb96585a95a6b931dfd1817921a4d561cabe9530e
parent6bc31da01b1271826c8feefb5f0efdf22d64061c (diff)
Instruction to abort any processcvs/libc-970103
-rw-r--r--sysdeps/m68k/abort-instr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/m68k/abort-instr.h b/sysdeps/m68k/abort-instr.h
new file mode 100644
index 0000000000..b43c9efe1d
--- /dev/null
+++ b/sysdeps/m68k/abort-instr.h
@@ -0,0 +1,2 @@
+/* An instruction which should crash any program is `illegal'. */
+#define ABORT_INSTRUCTION asm ("illegal")