Blame sysdeps/mips/abort-instr.h

Packit 6c4009
/* An instruction which should crash any program is a breakpoint.  */
Packit 6c4009
#ifdef __mips16
Packit 6c4009
# define ABORT_INSTRUCTION asm ("break 63")
Packit 6c4009
#else
Packit 6c4009
# define ABORT_INSTRUCTION asm ("break 255")
Packit 6c4009
#endif