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