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