aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lj_asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm.c b/src/lj_asm.c
index cb8f12c8..7ed9ca62 100644
--- a/src/lj_asm.c
+++ b/src/lj_asm.c
@@ -4256,7 +4256,7 @@ static void asm_setup_regsp(ASMState *as, GCtrace *T)
4256 break; 4256 break;
4257#endif 4257#endif
4258 /* C calls evict all scratch regs and return results in RID_RET. */ 4258 /* C calls evict all scratch regs and return results in RID_RET. */
4259 case IR_SNEW: case IR_NEWREF: 4259 case IR_SNEW: case IR_XSNEW: case IR_NEWREF:
4260#if !LJ_64 4260#if !LJ_64
4261 if (as->evenspill < 3) /* lj_str_new and lj_tab_newkey need 3 args. */ 4261 if (as->evenspill < 3) /* lj_str_new and lj_tab_newkey need 3 args. */
4262 as->evenspill = 3; 4262 as->evenspill = 3;