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