2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-24 14:41:06 +08:00

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

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