summaryrefslogtreecommitdiff
path: root/stubs/vm-stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/vm-stop.c')
-rw-r--r--stubs/vm-stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/vm-stop.c b/stubs/vm-stop.c
index 45689354f6..f82c897dfe 100644
--- a/stubs/vm-stop.c
+++ b/stubs/vm-stop.c
@@ -1,7 +1,7 @@
#include "qemu-common.h"
#include "sysemu/sysemu.h"
-void vm_stop(RunState state)
+int vm_stop(RunState state)
{
abort();
}