mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 10:22:41 +08:00
7756ba9d6d
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
3 lines
113 B
C
3 lines
113 B
C
/* An instruction which should crash any program is `illegal'. */
|
|
#define ABORT_INSTRUCTION asm ("brki r0, -1")
|