migration: fix a typo
[qemu/ar7.git] / stubs / runstate-check.c
blob7c5227e8489453447ff6934898b5c0f8a76270f6
1 #include "qemu/osdep.h"
2 #include "sysemu/sysemu.h"
4 bool runstate_check(RunState state)
6 return state == RUN_STATE_PRELAUNCH;