From af19d556355b6e79296811cb18fe511f8784b8f1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 13 May 2002 10:09:00 -0300 Subject: generic for also coded to make test at the end of the loop --- lopcodes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lopcodes.c') diff --git a/lopcodes.c b/lopcodes.c index 8c8332c5..bf0e617a 100644 --- a/lopcodes.c +++ b/lopcodes.c @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.c,v 1.17 2002/04/24 20:07:46 roberto Exp roberto $ +** $Id: lopcodes.c,v 1.18 2002/05/06 15:51:41 roberto Exp roberto $ ** extracted automatically from lopcodes.h by mkprint.lua ** DO NOT EDIT ** See Copyright Notice in lua.h @@ -88,8 +88,8 @@ const lu_byte luaP_opmodes[NUM_OPCODES] = { ,opmode(0,0,0,0, 0,0,iABC) /* OP_TAILCALL */ ,opmode(0,0,0,0, 0,0,iABC) /* OP_RETURN */ ,opmode(0,0,0,0, 0,0,iAsBx) /* OP_FORLOOP */ - ,opmode(0,0,0,0, 0,0,iABC) /* OP_TFORLOOP */ - ,opmode(0,0,0,0, 0,0,iABC) /* OP_TFORPREP */ + ,opmode(1,0,0,0, 0,0,iABC) /* OP_TFORLOOP */ + ,opmode(0,0,0,0, 0,0,iAsBx) /* OP_TFORPREP */ ,opmode(0,0,0,0, 0,0,iABx) /* OP_SETLIST */ ,opmode(0,0,0,0, 0,0,iABx) /* OP_SETLISTO */ ,opmode(0,0,0,0, 0,0,iABC) /* OP_CLOSE */ -- cgit v1.2.3-55-g6feb