diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_asm_arm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_asm_arm.h b/src/lj_asm_arm.h index e53f9b08..cc608c0d 100644 --- a/src/lj_asm_arm.h +++ b/src/lj_asm_arm.h | |||
@@ -2064,6 +2064,8 @@ static void asm_stack_restore(ASMState *as, SnapShot *snap) | |||
2064 | } else if ((sn & SNAP_SOFTFPNUM)) { | 2064 | } else if ((sn & SNAP_SOFTFPNUM)) { |
2065 | type = ra_alloc1(as, ref+1, rset_exclude(RSET_GPRODD, RID_BASE)); | 2065 | type = ra_alloc1(as, ref+1, rset_exclude(RSET_GPRODD, RID_BASE)); |
2066 | #endif | 2066 | #endif |
2067 | } else if ((sn & SNAP_KEYINDEX)) { | ||
2068 | type = ra_allock(as, (int32_t)LJ_KEYINDEX, odd); | ||
2067 | } else { | 2069 | } else { |
2068 | type = ra_allock(as, (int32_t)irt_toitype(ir->t), odd); | 2070 | type = ra_allock(as, (int32_t)irt_toitype(ir->t), odd); |
2069 | } | 2071 | } |