Skip to content

Commit 10caad0

Browse files
author
Mike Pall
committed
x86: Fix argument checks for ipairs() iterator.
1 parent c6e6924 commit 10caad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm_x86.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ static void build_subroutines(BuildCtx *ctx)
16171617
| mov RD, 1+3
16181618
| jmp ->fff_res
16191619
|
1620-
|.ffunc_1 ipairs_aux
1620+
|.ffunc_2 ipairs_aux
16211621
| cmp dword [BASE+4], LJ_TTAB; jne ->fff_fallback
16221622
| cmp dword [BASE+12], LJ_TISNUM
16231623
|.if DUALNUM

0 commit comments

Comments
 (0)