chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / sysdeps / ia64 / abort-instr.h
1 /* An instruction which should crash any program is `break 0' which triggers
2    SIGILL.  */
3 #define ABORT_INSTRUCTION asm ("break 0")