aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_asm_x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h
index d98fb827..a105b439 100644
--- a/src/lj_asm_x86.h
+++ b/src/lj_asm_x86.h
@@ -473,6 +473,7 @@ static Reg asm_fuseload(ASMState *as, IRRef ref, RegSet allow)
473 } 473 }
474 } else if (ir->o == IR_ALOAD || ir->o == IR_HLOAD || ir->o == IR_ULOAD) { 474 } else if (ir->o == IR_ALOAD || ir->o == IR_HLOAD || ir->o == IR_ULOAD) {
475 if (noconflict(as, ref, ir->o + IRDELTA_L2S, 0) && 475 if (noconflict(as, ref, ir->o + IRDELTA_L2S, 0) &&
476 noconflict(as, ref, IR_CALLS, 0) && /* Don't cross table.clear. */
476 !(LJ_GC64 && irt_isaddr(ir->t))) { 477 !(LJ_GC64 && irt_isaddr(ir->t))) {
477 asm_fuseahuref(as, ir->op1, xallow); 478 asm_fuseahuref(as, ir->op1, xallow);
478 return RID_MRM; 479 return RID_MRM;