mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Add ISI logging to interpreter.
This commit is contained in:
parent
0f788e0c3d
commit
0de9d94de3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue