glibc/ports/sysdeps/microblaze/abort-instr.h
David Holsgrove 7756ba9d6d MicroBlaze Port
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
2013-04-18 11:00:13 +10:00

3 lines
113 B
C

/* An instruction which should crash any program is `illegal'. */
#define ABORT_INSTRUCTION asm ("brki r0, -1")