From: Ulrich Drepper Date: Thu, 2 Jan 1997 18:38:59 +0000 (+0000) Subject: Instruction to abort any process X-Git-Tag: cvs/libc-970103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a6836233e7ee6d62589ef518c97517655f44ed5;p=thirdparty%2Fglibc.git Instruction to abort any process --- diff --git a/sysdeps/m68k/abort-instr.h b/sysdeps/m68k/abort-instr.h new file mode 100644 index 00000000000..b43c9efe1d6 --- /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")