Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Blame sysdeps/x86_64/abort-instr.h
Branch:
d26250af1e2a757c47cf50c4f175099384825dc4
c8
c8s
master
d26250af1e2a757c47cf50c4f175099384825dc4
sysdeps
x86_64
abort-instr.h
Blob
History
Raw
Packit
6c4009
/* An instruction which should crash any program is `hlt'. */
Packit
6c4009
#define ABORT_INSTRUCTION asm ("hlt")