Sign in
qemu-android
/
qemu-android
/
98af93fde2e37b5b0c8cee9036e028fe6df6446c
/
.
/
stubs
/
vm-stop.c
blob: 45689354f663ca64695355c6c01b44a7535d3d37 [
file
]
#include
"qemu-common.h"
#include
"sysemu/sysemu.h"
void
vm_stop
(
RunState
state
)
{
abort
();
}