From 6a6836233e7ee6d62589ef518c97517655f44ed5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 2 Jan 1997 18:38:59 +0000 Subject: Instruction to abort any process --- sysdeps/m68k/abort-instr.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sysdeps/m68k/abort-instr.h 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") -- cgit v1.2.3