mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix TRef for (dummy) 2nd arg of __len metamethod.
This commit is contained in:
parent
86494c783d
commit
3336434aa0
@ -1947,7 +1947,7 @@ void lj_record_ins(jit_State *J)
|
||||
} else {
|
||||
ix.tab = rc;
|
||||
copyTV(J->L, &ix.tabv, &ix.keyv);
|
||||
ix.key = IRT_NIL;
|
||||
ix.key = TREF_NIL;
|
||||
setnilV(&ix.keyv);
|
||||
rc = rec_mm_arith(J, &ix, MM_len);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user