mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-04-17 08:21:39 +00:00
parent
9ec2163571
commit
a640b76b94
|
@ -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