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