aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
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 */