diff --git a/pcsx2/Interpreter.cpp b/pcsx2/Interpreter.cpp index 9ed9ee45ad..f4c30e808d 100644 --- a/pcsx2/Interpreter.cpp +++ b/pcsx2/Interpreter.cpp @@ -239,7 +239,7 @@ static __fi void _doBranch_shared(u32 tar) { if ((cpuRegs.pc - tar) < (4 * 10)) { - for (int i = tar; i < cpuRegs.pc; i += 4) + for (u32 i = tar; i < cpuRegs.pc; i += 4) { if (PSM(i) != 0) {