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