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