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