don't trigger interrupt through deleted cpu object (XXX may need locks)

This commit is contained in:
gbeauche 2006-01-21 17:18:53 +00:00
parent ceb7488a77
commit 46ee842be3

View File

@ -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