mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Jit_Integer: DoMergedBranchImmediate
This commit is contained in:
@ -488,8 +488,8 @@ void Jit64::DoMergedBranchImmediate(s64 val)
|
|||||||
bool condition = !!(next.BO & BO_BRANCH_IF_TRUE);
|
bool condition = !!(next.BO & BO_BRANCH_IF_TRUE);
|
||||||
const u32 nextPC = js.op[1].address;
|
const u32 nextPC = js.op[1].address;
|
||||||
|
|
||||||
gpr.UnlockAll();
|
ASSERT(gpr.IsAllUnlocked());
|
||||||
gpr.UnlockAllX();
|
|
||||||
bool branch;
|
bool branch;
|
||||||
if (test_bit & 8)
|
if (test_bit & 8)
|
||||||
branch = condition ? val < 0 : val >= 0;
|
branch = condition ? val < 0 : val >= 0;
|
||||||
|
Reference in New Issue
Block a user