repo.or.cz
/
glibc-ports.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.
[glibc-ports.git]
/
sysdeps
/
mips
/
abort-instr.h
blob
d7d8d501b3b9c767fb42d4eea7e2fd828de7bf2c
1
/* An instruction which should crash any program is a breakpoint. */
2
#define ABORT_INSTRUCTION asm (
"break 255"
)