aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lopcodes.h b/lopcodes.h
index b2819c3b..494cb84c 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.h,v 1.43 2000/03/03 14:58:26 roberto Exp roberto $ 2** $Id: lopcodes.h,v 1.44 2000/03/03 18:53:17 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*/
@@ -71,7 +71,7 @@ RETCODE,/* U - (return) */
71CALL,/* A B v_n-v_1 f(at a) r_b-r_1 f(v1,...,v_n) */ 71CALL,/* A B v_n-v_1 f(at a) r_b-r_1 f(v1,...,v_n) */
72TAILCALL,/* A B v_a-v_1 f (return) f(v1,...,v_a) */ 72TAILCALL,/* A B v_a-v_1 f (return) f(v1,...,v_a) */
73 73
74PUSHNIL,/* U - nil_0-nil_u */ 74PUSHNIL,/* U - nil_1-nil_u */
75POP,/* U a_u-a_1 - */ 75POP,/* U a_u-a_1 - */
76 76
77PUSHINT,/* S - (real)s */ 77PUSHINT,/* S - (real)s */