diff options
| -rw-r--r-- | lopcodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lopcodes.h,v 1.122 2005/08/29 20:49:21 roberto Exp roberto $ | 2 | ** $Id: lopcodes.h,v 1.123 2005/10/23 17:37:55 roberto Exp roberto $ |
| 3 | ** Opcodes for Lua virtual machine | 3 | ** Opcodes for Lua virtual machine |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -208,7 +208,7 @@ OP_VARARG/* A B R(A), R(A+1), ..., R(A+B-1) = vararg */ | |||
| 208 | } OpCode; | 208 | } OpCode; |
| 209 | 209 | ||
| 210 | 210 | ||
| 211 | #define NUM_OPCODES (cast(int, OP_VARARG+1)) | 211 | #define NUM_OPCODES (cast(int, OP_VARARG) + 1) |
| 212 | 212 | ||
| 213 | 213 | ||
| 214 | 214 | ||
