aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lj_opt_mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_opt_mem.c b/src/lj_opt_mem.c
index cafa0523..09de2f05 100644
--- a/src/lj_opt_mem.c
+++ b/src/lj_opt_mem.c
@@ -432,7 +432,7 @@ TRef LJ_FASTCALL lj_opt_fwd_alen(jit_State *J)
432 fins->op2 = aref->op2; /* Set ALEN hint. */ 432 fins->op2 = aref->op2; /* Set ALEN hint. */
433 } 433 }
434 goto doemit; /* Conflicting store, possibly giving a hint. */ 434 goto doemit; /* Conflicting store, possibly giving a hint. */
435 } else if (aa_table(J, tab, fref->op1) == ALIAS_NO) { 435 } else if (aa_table(J, tab, fref->op1) != ALIAS_NO) {
436 goto doemit; /* Conflicting store. */ 436 goto doemit; /* Conflicting store. */
437 } 437 }
438 sref = store->prev; 438 sref = store->prev;