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