repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix memory handling in strxfrm_l [BZ #16009]
[glibc.git]
/
sysdeps
/
ia64
/
abort-instr.h
blob
8f26f0fc2abb5f62ea497d5bba425ab2ebc76166
1
/* An instruction which should crash any program is `break 0' which triggers
2
SIGILL. */
3
#define ABORT_INSTRUCTION asm (
"break 0"
)