Blame sysdeps/mips/abort-instr.h

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