diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.h,v 1.91 2002/03/18 14:49:46 roberto Exp roberto $ | 2 | ** $Id: lopcodes.h,v 1.92 2002/03/21 20:32:22 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 | */ |
@@ -207,8 +207,7 @@ enum OpModeMask { | |||
207 | OpModeCreg, /* C is a register/constant */ | 207 | OpModeCreg, /* C is a register/constant */ |
208 | OpModesetA, /* instruction set register A */ | 208 | OpModesetA, /* instruction set register A */ |
209 | OpModeK, /* Bc is a constant */ | 209 | OpModeK, /* Bc is a constant */ |
210 | OpModeT, /* operator is a test */ | 210 | OpModeT /* operator is a test */ |
211 | OpModeNoTrace /* operator should not be traced */ | ||
212 | }; | 211 | }; |
213 | 212 | ||
214 | extern const lu_byte luaP_opmodes[NUM_OPCODES]; | 213 | extern const lu_byte luaP_opmodes[NUM_OPCODES]; |