blob: 7ccae5736b325b47d230e46a4c355f3512c24068 [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001/* An instruction which should crash any program is a breakpoint. */
2#ifdef __mips16
3# define ABORT_INSTRUCTION asm ("break 63")
4#else
5# define ABORT_INSTRUCTION asm ("break 255")
6#endif