ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/sh/abort-instr.h

4 lines
141 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
/* An instruction which should crash any program is `sleep'. */
#define ABORT_INSTRUCTION_ASM sleep
#define ABORT_INSTRUCTION asm ("sleep")