diff --git a/Source/Project64/N64 System/Recompiler/Code Block.cpp b/Source/Project64/N64 System/Recompiler/Code Block.cpp index 621d539e0..65603b473 100644 --- a/Source/Project64/N64 System/Recompiler/Code Block.cpp +++ b/Source/Project64/N64 System/Recompiler/Code Block.cpp @@ -395,6 +395,7 @@ bool CCodeBlock::AnalyzeInstruction ( DWORD PC, DWORD & TargetPC, DWORD & Contin switch (Command.rt) { case R4300i_REGIMM_BLTZ: + case R4300i_REGIMM_BLTZAL: TargetPC = PC + ((short)Command.offset << 2) + 4; if (TargetPC == PC + 8) {