Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Oct 19, 2023
1 parent 1eec610 commit 37799dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ee/EeBasicBlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

void CEeBasicBlock::CompileEpilog(CMipsJitter* jitter, bool loopsOnItself)
{
if(IsIdleLoopBlock())
if(IsIdleLoopBlock() || m_begin == 0x00377898)
{
jitter->PushCst(MIPS_EXCEPTION_IDLE);
jitter->PullRel(offsetof(CMIPS, m_State.nHasException));
Expand Down

0 comments on commit 37799dc

Please sign in to comment.