summaryrefslogtreecommitdiff
path: root/ports/sysdeps/ia64/abort-instr.h
blob: 8f26f0fc2abb5f62ea497d5bba425ab2ebc76166 (plain)
1
2
3
/* An instruction which should crash any program is `break 0' which triggers
   SIGILL.  */
#define ABORT_INSTRUCTION asm ("break 0")