aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_mips.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_asm_mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h
index 7f7dc6a0..ba05f193 100644
--- a/src/lj_asm_mips.h
+++ b/src/lj_asm_mips.h
@@ -2568,6 +2568,8 @@ static void asm_stack_restore(ASMState *as, SnapShot *snap)
2568 } else if ((sn & SNAP_SOFTFPNUM)) { 2568 } else if ((sn & SNAP_SOFTFPNUM)) {
2569 type = ra_alloc1(as, ref+1, rset_exclude(RSET_GPR, RID_BASE)); 2569 type = ra_alloc1(as, ref+1, rset_exclude(RSET_GPR, RID_BASE));
2570#endif 2570#endif
2571 } else if ((sn & SNAP_KEYINDEX)) {
2572 type = ra_allock(as, (int32_t)LJ_KEYINDEX, allow);
2571 } else { 2573 } else {
2572 type = ra_allock(as, (int32_t)irt_toitype(ir->t), allow); 2574 type = ra_allock(as, (int32_t)irt_toitype(ir->t), allow);
2573 } 2575 }