mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
x86: Fix argument checks for ipairs() iterator.
This commit is contained in:
parent
c6e69249dd
commit
10caad0261
@ -1617,7 +1617,7 @@ static void build_subroutines(BuildCtx *ctx)
|
|||||||
| mov RD, 1+3
|
| mov RD, 1+3
|
||||||
| jmp ->fff_res
|
| jmp ->fff_res
|
||||||
|
|
|
|
||||||
|.ffunc_1 ipairs_aux
|
|.ffunc_2 ipairs_aux
|
||||||
| cmp dword [BASE+4], LJ_TTAB; jne ->fff_fallback
|
| cmp dword [BASE+4], LJ_TTAB; jne ->fff_fallback
|
||||||
| cmp dword [BASE+12], LJ_TISNUM
|
| cmp dword [BASE+12], LJ_TISNUM
|
||||||
|.if DUALNUM
|
|.if DUALNUM
|
||||||
|
Loading…
Reference in New Issue
Block a user