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
add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
[glibc.git]
/
sysdeps
/
hppa
/
abort-instr.h
blob
f1afea46de1aa15bdf5d4c6fe6098a3699c47b3c
1
/* An instruction privileged instruction to crash a userspace program.
2
3
We go with iitlbp because it has a history of being used to crash
4
programs. */
5
6
#define ABORT_INSTRUCTION asm (
"iitlbp %r0,(%r0)"
)