mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Fix ARM build
This commit is contained in:
parent
77851edc1b
commit
9b57292395
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue