2000-02-03 Andreas Jaeger <aj@suse.de>

* sysdeps/mips/abort-instr.h: New file.
This commit is contained in:
Andreas Jaeger 2000-02-03 15:03:50 +00:00
parent ede084048d
commit ae8736b798
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
/* An instruction which should crash any program is a breakpoint. */
#define ABORT_INSTRUCTION asm ("break 255")