mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-04-19 03:51:41 +00:00
Merge pull request #402 from williballenthin/patch-5
qemu-thread-posix: bail on mutex errors
This commit is contained in:
commit
c7238597b3
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue