Sign in
qemu-android
/
qemu-android
/
a013bd2f7b88c831241b3ad6d5635e9d13a7e3fc
/
.
/
stubs
/
runstate-check.c
blob: bd2e3757ae1413260e56e88ea175eba71b9f6d56 [
file
] [
log
] [
blame
]
#include
"sysemu/sysemu.h"
bool
runstate_check
(
RunState
state
)
{
return
state
==
RUN_STATE_PRELAUNCH
;
}