mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-10 04:05:38 +00:00
commit
6b353fd7a8
|
@ -122,7 +122,7 @@ static void *qemu_tcg_cpu_loop(struct uc_struct *uc)
|
||||||
CPU_FOREACH(cpu) {
|
CPU_FOREACH(cpu) {
|
||||||
cpu->created = false;
|
cpu->created = false;
|
||||||
qemu_cond_destroy(cpu->halt_cond);
|
qemu_cond_destroy(cpu->halt_cond);
|
||||||
free(cpu->halt_cond);
|
g_free(cpu->halt_cond);
|
||||||
cpu->halt_cond = NULL;
|
cpu->halt_cond = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue