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 cexpl when compiled with latest GCC
[glibc.git]
/
sysdeps
/
microblaze
/
abort-instr.h
blob
38469d490ac0d991ca420a0c3d131baa2658106a
1
/* An instruction which should crash any program is `illegal'. */
2
#define ABORT_INSTRUCTION asm (
"brki r0, -1"
)