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