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