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