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
* string/tester.c (test_memcmp): Add a few more tests.
[glibc.git]
/
sysdeps
/
x86_64
/
abort-instr.h
blob
810f10379bce74404ab229875107e014c5f0793f
1
/* An instruction which should crash any program is `hlt'. */
2
#define ABORT_INSTRUCTION asm (
"hlt"
)