summaryrefslogtreecommitdiff
path: root/arch/mips/arch_mips.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/arch_mips.cpp')
-rw-r--r--arch/mips/arch_mips.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/arch_mips.cpp b/arch/mips/arch_mips.cpp
index 51a5d411..0853f9fb 100644
--- a/arch/mips/arch_mips.cpp
+++ b/arch/mips/arch_mips.cpp
@@ -337,7 +337,7 @@ protected:
if (instr.operands[0].reg == REG_ZERO && instr.operands[1].reg == REG_RA)
result.AddBranch(FunctionReturn, 0, nullptr, hasBranchDelay);
else
- result.AddBranch(UnresolvedBranch, 0, nullptr, hasBranchDelay);
+ result.delaySlots = 1;
break;
case MIPS_BGEZAL: