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