Blame sysdeps/ia64/abort-instr.h

Packit Service 82fcde
/* An instruction which should crash any program is `break 0' which triggers
Packit Service 82fcde
   SIGILL.  */
Packit Service 82fcde
#define ABORT_INSTRUCTION asm ("break 0")