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