glibc/sysdeps/nios2/abort-instr.h

3 lines
114 B
C
Raw Normal View History

2015-01-18 14:29:12 +08:00
/* An instruction which should crash any program is an unused trap. */
#define ABORT_INSTRUCTION asm ("trap 31")