mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 04:30:45 +02:00
Update LuaJIT to LuaJIT/LuaJIT@03080b7
This commit is contained in:
@@ -432,7 +432,7 @@ TRef LJ_FASTCALL lj_opt_fwd_alen(jit_State *J)
|
||||
fins->op2 = aref->op2; /* Set ALEN hint. */
|
||||
}
|
||||
goto doemit; /* Conflicting store, possibly giving a hint. */
|
||||
} else if (aa_table(J, tab, fref->op1) == ALIAS_NO) {
|
||||
} else if (aa_table(J, tab, fref->op1) != ALIAS_NO) {
|
||||
goto doemit; /* Conflicting store. */
|
||||
}
|
||||
sref = store->prev;
|
||||
|
||||
Reference in New Issue
Block a user