diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.h,v 1.129 2009/03/09 15:27:56 roberto Exp roberto $ | 2 | ** $Id: lopcodes.h,v 1.130 2009/09/23 20:33:05 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 | */ |
@@ -251,10 +251,6 @@ OP_EXTRAARG/* Ax extra (larger) argument for previous opcode */ | |||
251 | 251 | ||
252 | (*) All `skips' (pc++) assume that next instruction is a jump. | 252 | (*) All `skips' (pc++) assume that next instruction is a jump. |
253 | 253 | ||
254 | (*) The OP_CLOSURE instruction is followed by a sequence of | ||
255 | instructions coding the upvalues: OP_MOVE A B if upvalue is local B, | ||
256 | or OP_GETUPVAL A B if upvalue is enclosing upvalue B. | ||
257 | |||
258 | ===========================================================================*/ | 254 | ===========================================================================*/ |
259 | 255 | ||
260 | 256 | ||