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