]> git.proxmox.com Git - qemu.git/blobdiff - qemu-thread-win32.c
vvfat: unify and correct computation of sector count
[qemu.git] / qemu-thread-win32.c
index a27332e669fffe0f20e98acfd31a1577c3ebb0d1..db8e744729b8e078888a1ded7a5bb45cdf0a0f97 100644 (file)
@@ -24,7 +24,7 @@ static void error_exit(int err, const char *msg)
                   NULL, err, 0, (LPTSTR)&pstr, 2, NULL);
     fprintf(stderr, "qemu: %s: %s\n", msg, pstr);
     LocalFree(pstr);
-    exit(1);
+    abort();
 }
 
 void qemu_mutex_init(QemuMutex *mutex)