Sign in
qemu-android
/
qemu-android
/
6c309abd0204b2f33fcc599092d7ae87880d28f2
/
.
/
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
;
}