diff --git a/qemu/util/qemu-thread-posix.c b/qemu/util/qemu-thread-posix.c index 26cba2da..6430f929 100644 --- a/qemu/util/qemu-thread-posix.c +++ b/qemu/util/qemu-thread-posix.c @@ -29,8 +29,8 @@ static void error_exit(int err, const char *msg) { - // fprintf(stderr, "qemu: %s: %s\n", msg, strerror(err)); - // abort(); + fprintf(stderr, "qemu: %s: %s\n", msg, strerror(err)); + abort(); } void qemu_mutex_init(QemuMutex *mutex)