]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/runstate-check.c
configure: check for $cxx before use
[mirror_qemu.git] / stubs / runstate-check.c
1 #include "sysemu/sysemu.h"
2
3 bool runstate_check(RunState state)
4 {
5 return state == RUN_STATE_PRELAUNCH;
6 }