aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lopcodes.h b/lopcodes.h
index 5c9ffe59..a30de1be 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -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/*----------------------------------------------------------------------
83name args stack before stack after side effects 83name args stack before stack after side effects
84------------------------------------------------------------------------*/ 84------------------------------------------------------------------------*/
85OP_END,/* - - (return) no results */
86OP_RETURN,/* U v_n-v_x(at u) (return) returns v_x-v_n */ 85OP_RETURN,/* U v_n-v_x(at u) (return) returns v_x-v_n */
87 86
88OP_CALL,/* A B v_n-v_1 f(at a) r_b-r_1 f(v1,...,v_n) */ 87OP_CALL,/* A B v_n-v_1 f(at a) r_b-r_1 f(v1,...,v_n) */