glibc/sysdeps/loongarch/abort-instr.h

3 lines
112 B
C
Raw Normal View History

2022-07-19 01:20:50 +00:00
/* An instruction which should crash any program is a breakpoint. */
#define ABORT_INSTRUCTION asm ("break 0")