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