kvm: testsuite: add tests for short/near Jcc and call instruction emulation
[kvm-userspace.git] / user / test / x86 / runtime.h
blob4b4c30292e211d8fb6354a48b5a8ef490172c3a0
1 #ifndef H_RUNTIME
2 #define H_RUNTIME
4 void exit(unsigned code) __attribute__((__noreturn__));
6 #endif