mirror of git://sourceware.org/git/glibc.git
Instruction to abort any process
This commit is contained in:
parent
6bc31da01b
commit
6a6836233e
|
@ -0,0 +1,2 @@
|
|||
/* An instruction which should crash any program is `illegal'. */
|
||||
#define ABORT_INSTRUCTION asm ("illegal")
|
Loading…
Reference in New Issue