diff --git a/src/ARMJIT.cpp b/src/ARMJIT.cpp index 5f644ab4..7a4cdc61 100644 --- a/src/ARMJIT.cpp +++ b/src/ARMJIT.cpp @@ -818,7 +818,7 @@ void CompileBlock(ARM* cpu) { for (int j = 0; j < i; j++) { - if (instrs[i].Addr == target) + if (instrs[j].Addr == target) { isBackJump = true; break;