Instruction to abort any process

This commit is contained in:
Ulrich Drepper 1997-01-02 18:38:59 +00:00
parent 6bc31da01b
commit 6a6836233e

View file

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