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
* locales/en_US: Add first_weekday and first_workday.
[glibc.git]
/
sysdeps
/
sparc
/
abort-instr.h
blob
ea92dfe8660a041e43c9b0899720fdf977789c8c
1
/* An instruction which should crash any program is an unimp. */
2
#define ABORT_INSTRUCTION asm (
"unimp 0xf00"
)