diff options
Diffstat (limited to 'lcode.c')
| -rw-r--r-- | lcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lcode.c,v 1.35 2000/06/12 13:52:05 roberto Exp roberto $ | 2 | ** $Id: lcode.c,v 1.36 2000/06/16 17:51:40 roberto Exp roberto $ |
| 3 | ** Code generator for Lua | 3 | ** Code generator for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -632,7 +632,7 @@ int luaK_code2 (FuncState *fs, OpCode o, int arg1, int arg2) { | |||
| 632 | } | 632 | } |
| 633 | 633 | ||
| 634 | 634 | ||
| 635 | const struct OpProperties luaK_opproperties[OP_SETLINE+1] = { | 635 | const struct OpProperties luaK_opproperties[NUM_OPCODES] = { |
| 636 | {iO, 0}, /* OP_END */ | 636 | {iO, 0}, /* OP_END */ |
| 637 | {iU, 0}, /* OP_RETURN */ | 637 | {iU, 0}, /* OP_RETURN */ |
| 638 | {iAB, 0}, /* OP_CALL */ | 638 | {iAB, 0}, /* OP_CALL */ |
