aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm.c')
-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 dccc4eab..9bce9292 100644
--- a/src/lj_asm.c
+++ b/src/lj_asm.c
@@ -1287,7 +1287,7 @@ static void asm_head_side(ASMState *as)
1287 IRIns *ir = IR(i); 1287 IRIns *ir = IR(i);
1288 RegSP rs; 1288 RegSP rs;
1289 lua_assert((ir->o == IR_SLOAD && (ir->op2 & IRSLOAD_PARENT)) || 1289 lua_assert((ir->o == IR_SLOAD && (ir->op2 & IRSLOAD_PARENT)) ||
1290 (LJ_SOFTFP && ir->o == IR_HIOP)); 1290 (LJ_SOFTFP && ir->o == IR_HIOP) || ir->o == IR_PVAL);
1291 rs = as->parentmap[i - REF_FIRST]; 1291 rs = as->parentmap[i - REF_FIRST];
1292 if (ra_hasreg(ir->r)) { 1292 if (ra_hasreg(ir->r)) {
1293 rset_clear(allow, ir->r); 1293 rset_clear(allow, ir->r);