]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
x86: Fix argument checks for ipairs() iterator.
authorMike Pall <mike>
Sat, 20 Dec 2014 00:05:06 +0000 (01:05 +0100)
committerMike Pall <mike>
Sat, 20 Dec 2014 00:05:06 +0000 (01:05 +0100)
src/vm_x86.dasc

index bd7056f8b8ee47e95b3ee93ee91c6019b9bb6106..3e59d95bbeba8c0bfdd18c1bcaaefe09ca367fe0 100644 (file)
@@ -1617,7 +1617,7 @@ static void build_subroutines(BuildCtx *ctx)
   |  mov RD, 1+3
   |  jmp ->fff_res
   |
-  |.ffunc_1 ipairs_aux
+  |.ffunc_2 ipairs_aux
   |  cmp dword [BASE+4], LJ_TTAB;  jne ->fff_fallback
   |  cmp dword [BASE+12], LJ_TISNUM
   |.if DUALNUM