diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-05-14 18:09:53 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-05-14 18:09:53 -0300 |
commit | 9ec9a012e780cd9d55382134fa955e96a03f7e49 (patch) | |
tree | 3e48688569cbbcb4f9136b455fcdcbf28f328995 /lopcodes.c | |
parent | dae99205cfd6f642ffc107bdb949f6a8937992bc (diff) | |
download | lua-9ec9a012e780cd9d55382134fa955e96a03f7e49.tar.gz lua-9ec9a012e780cd9d55382134fa955e96a03f7e49.tar.bz2 lua-9ec9a012e780cd9d55382134fa955e96a03f7e49.zip |
details
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.c,v 1.23 2003/05/13 20:15:59 roberto Exp roberto $ | 2 | ** $Id: lopcodes.c,v 1.24 2003/05/14 12:09:12 roberto Exp roberto $ |
3 | ** See Copyright Notice in lua.h | 3 | ** See Copyright Notice in lua.h |
4 | */ | 4 | */ |
5 | 5 | ||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | #ifdef LUA_OPNAMES | 17 | #ifdef LUA_OPNAMES |
18 | 18 | ||
19 | const char *const luaP_opnames[] = { | 19 | const char *const luaP_opnames[NUM_OPCODES] = { |
20 | "MOVE", | 20 | "MOVE", |
21 | "LOADK", | 21 | "LOADK", |
22 | "LOADBOOL", | 22 | "LOADBOOL", |