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