diff --git a/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp b/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp index 82d6904063..717ddeebf1 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp @@ -422,7 +422,7 @@ void Jit64::cmpXX(UGeckoInstruction inst) { js.downcountAmount++; int test_bit = 8 >> (js.next_inst.BI & 3); - bool condition = js.next_inst.BO & BO_BRANCH_IF_TRUE; + bool condition = !!(js.next_inst.BO & BO_BRANCH_IF_TRUE); // Test swapping (in the future, will be used to inline across branches the right way) // if (rand() & 1)