Add ISI logging to interpreter.
This commit is contained in:
parent
ca511640a5
commit
ba39a0b3b4
|
@ -1001,6 +1001,7 @@ static void GenerateISIException(u32 _EffectiveAddress)
|
||||||
NPC = _EffectiveAddress;
|
NPC = _EffectiveAddress;
|
||||||
|
|
||||||
PowerPC::ppcState.Exceptions |= EXCEPTION_ISI;
|
PowerPC::ppcState.Exceptions |= EXCEPTION_ISI;
|
||||||
|
WARN_LOG(POWERPC, "ISI exception at 0x%08x", PC);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SDRUpdated()
|
void SDRUpdated()
|
||||||
|
|
Loading…
Reference in New Issue