]> Git Repo - qemu.git/blobdiff - qemu-thread-posix.c
kvm_init didn't set return value after create vm failed
[qemu.git] / qemu-thread-posix.c
index 2bd02efeff36bc3ed0143f6d1012c3ddf77fec8d..ac3c0c9d14b81024b470a2f6ee4af14fbbcc2c1a 100644 (file)
@@ -22,7 +22,7 @@
 static void error_exit(int err, const char *msg)
 {
     fprintf(stderr, "qemu: %s: %s\n", msg, strerror(err));
-    exit(1);
+    abort();
 }
 
 void qemu_mutex_init(QemuMutex *mutex)
This page took 0.024063 seconds and 4 git commands to generate.