mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +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
|
||||
|
||||
delete ppc_cpu;
|
||||
ppc_cpu = NULL;
|
||||
}
|
||||
|
||||
#if PPC_ENABLE_JIT && PPC_REENTRANT_JIT
|
||||
|
Loading…
Reference in New Issue
Block a user