Sign in
qemu-android
/
qemu-android
/
f5d7f1464692433fc0ff2c3418ef9ad3e14d3a3d
/
.
/
stubs
/
vm-stop.c
blob: f82c897dfe805496e34616f2ca36405125065cd8 [
file
]
#include
"qemu-common.h"
#include
"sysemu/sysemu.h"
int
vm_stop
(
RunState
state
)
{
abort
();
}