From 100afc07a225c1470fa491981da47565fe3a017a Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 24 Oct 2014 08:57:56 -0700 Subject: [PATCH] x86jit: Fix andLink cases of imm blezl, etc. --- Core/MIPS/x86/CompBranch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/MIPS/x86/CompBranch.cpp b/Core/MIPS/x86/CompBranch.cpp index e66f27708..2d8d104b6 100644 --- a/Core/MIPS/x86/CompBranch.cpp +++ b/Core/MIPS/x86/CompBranch.cpp @@ -421,7 +421,7 @@ void Jit::BranchRSZeroComp(MIPSOpcode op, Gen::CCFlags cc, bool andLink, bool li CONDITIONAL_NICE_DELAYSLOT; if (immBranch) - CompBranchExit(immBranchTaken, targetAddr, js.compilerPC + 8, delaySlotIsNice, likely, false); + CompBranchExit(immBranchTaken, targetAddr, js.compilerPC + 8, delaySlotIsNice, likely, andLink); else { if (!likely && delaySlotIsNice)