summaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-05-13 10:09:00 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-05-13 10:09:00 -0300
commitaf19d556355b6e79296811cb18fe511f8784b8f1 (patch)
tree2126e8dec5d21939bb2ff298f29f0d429c62d7db /lopcodes.c
parentb55fded18c270412e127259a5f28c785620dbf1a (diff)
downloadlua-af19d556355b6e79296811cb18fe511f8784b8f1.tar.gz
lua-af19d556355b6e79296811cb18fe511f8784b8f1.tar.bz2
lua-af19d556355b6e79296811cb18fe511f8784b8f1.zip
generic for also coded to make test at the end of the loop
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lopcodes.c b/lopcodes.c
index 8c8332c5..bf0e617a 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.c,v 1.17 2002/04/24 20:07:46 roberto Exp roberto $ 2** $Id: lopcodes.c,v 1.18 2002/05/06 15:51:41 roberto Exp roberto $
3** extracted automatically from lopcodes.h by mkprint.lua 3** extracted automatically from lopcodes.h by mkprint.lua
4** DO NOT EDIT 4** DO NOT EDIT
5** See Copyright Notice in lua.h 5** See Copyright Notice in lua.h
@@ -88,8 +88,8 @@ const lu_byte luaP_opmodes[NUM_OPCODES] = {
88 ,opmode(0,0,0,0, 0,0,iABC) /* OP_TAILCALL */ 88 ,opmode(0,0,0,0, 0,0,iABC) /* OP_TAILCALL */
89 ,opmode(0,0,0,0, 0,0,iABC) /* OP_RETURN */ 89 ,opmode(0,0,0,0, 0,0,iABC) /* OP_RETURN */
90 ,opmode(0,0,0,0, 0,0,iAsBx) /* OP_FORLOOP */ 90 ,opmode(0,0,0,0, 0,0,iAsBx) /* OP_FORLOOP */
91 ,opmode(0,0,0,0, 0,0,iABC) /* OP_TFORLOOP */ 91 ,opmode(1,0,0,0, 0,0,iABC) /* OP_TFORLOOP */
92 ,opmode(0,0,0,0, 0,0,iABC) /* OP_TFORPREP */ 92 ,opmode(0,0,0,0, 0,0,iAsBx) /* OP_TFORPREP */
93 ,opmode(0,0,0,0, 0,0,iABx) /* OP_SETLIST */ 93 ,opmode(0,0,0,0, 0,0,iABx) /* OP_SETLIST */
94 ,opmode(0,0,0,0, 0,0,iABx) /* OP_SETLISTO */ 94 ,opmode(0,0,0,0, 0,0,iABx) /* OP_SETLISTO */
95 ,opmode(0,0,0,0, 0,0,iABC) /* OP_CLOSE */ 95 ,opmode(0,0,0,0, 0,0,iABC) /* OP_CLOSE */