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