repo.or.cz
/
kvm-userspace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm: testsuite: add tests for short/near Jcc and call instruction emulation
[kvm-userspace.git]
/
user
/
test
/
x86
/
runtime.h
blob
4b4c30292e211d8fb6354a48b5a8ef490172c3a0
1
#ifndef H_RUNTIME
2
#define H_RUNTIME
3
4
void
exit
(
unsigned
code
)
__attribute__
((
__noreturn__
));
5
6
#endif