Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #76 from Sonicadvance1/arbitrary-exit
Fix ARM build
  • Loading branch information
Sonicadvance1 committed Feb 16, 2014
2 parents 96272c8 + 9b57292 commit bc0584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PowerPC/JitArm32/JitArm_Integer.cpp
Expand Up @@ -1015,7 +1015,7 @@ void JitArm::twx(UGeckoInstruction inst)
SetJumpTarget(exit3);
SetJumpTarget(exit4);
SetJumpTarget(exit5);
WriteExit(js.compilerPC + 4, 1);
WriteExit(js.compilerPC + 4);

gpr.Unlock(RA, RB);
}

0 comments on commit bc0584e

Please sign in to comment.