diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-01-02 18:38:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-01-02 18:38:59 +0000 |
commit | 6a6836233e7ee6d62589ef518c97517655f44ed5 (patch) | |
tree | b96585a95a6b931dfd1817921a4d561cabe9530e /sysdeps | |
parent | 6bc31da01b1271826c8feefb5f0efdf22d64061c (diff) |
Instruction to abort any processcvs/libc-970103
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/m68k/abort-instr.h | 2 |
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") |