Sign in
◑
Theme
qemu-android
/
qemu-android
/
7a4e543de6637cda4dcc4a060b9225a863f7c721
/
.
/
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
;
}