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
Call "CST" a time zone abbreviation, not a name
[glibc.git]
/
sysdeps
/
loongarch
/
abort-instr.h
blob
46d3ad0871ad3abcd411018179b93f461a6f6ded
1
/* An instruction which should crash any program is a breakpoint. */
2
#define ABORT_INSTRUCTION asm (
"break 0"
)