mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-17 06:31:14 +00:00
don't trigger interrupt through deleted cpu object (XXX may need locks)
This commit is contained in:
parent
ceb7488a77
commit
46ee842be3
@ -826,6 +826,7 @@ void exit_emul_ppc(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
delete ppc_cpu;
|
delete ppc_cpu;
|
||||||
|
ppc_cpu = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if PPC_ENABLE_JIT && PPC_REENTRANT_JIT
|
#if PPC_ENABLE_JIT && PPC_REENTRANT_JIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user