Instruction to abort any process
authorUlrich Drepper <drepper@redhat.com>
Thu, 2 Jan 1997 18:38:59 +0000 (18:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 2 Jan 1997 18:38:59 +0000 (18:38 +0000)
sysdeps/m68k/abort-instr.h [new file with mode: 0644]

diff --git a/sysdeps/m68k/abort-instr.h b/sysdeps/m68k/abort-instr.h
new file mode 100644 (file)
index 0000000..b43c9ef
--- /dev/null
@@ -0,0 +1,2 @@
+/* An instruction which should crash any program is `illegal'.  */
+#define ABORT_INSTRUCTION asm ("illegal")