diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.h,v 1.68 2000/10/24 16:05:59 roberto Exp roberto $ | 2 | ** $Id: lopcodes.h,v 1.69 2000/12/04 18:33:40 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 | */ |
@@ -82,7 +82,6 @@ typedef enum { | |||
82 | /*---------------------------------------------------------------------- | 82 | /*---------------------------------------------------------------------- |
83 | name args stack before stack after side effects | 83 | name args stack before stack after side effects |
84 | ------------------------------------------------------------------------*/ | 84 | ------------------------------------------------------------------------*/ |
85 | OP_END,/* - - (return) no results */ | ||
86 | OP_RETURN,/* U v_n-v_x(at u) (return) returns v_x-v_n */ | 85 | OP_RETURN,/* U v_n-v_x(at u) (return) returns v_x-v_n */ |
87 | 86 | ||
88 | OP_CALL,/* A B v_n-v_1 f(at a) r_b-r_1 f(v1,...,v_n) */ | 87 | OP_CALL,/* A B v_n-v_1 f(at a) r_b-r_1 f(v1,...,v_n) */ |