From 563de491be90601f23a735aede89ea9a3ef86ee9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sat, 4 Mar 2000 17:18:15 -0300 Subject: a better way to control optimizations. --- lopcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index b2819c3b..494cb84c 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.43 2000/03/03 14:58:26 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.44 2000/03/03 18:53:17 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -71,7 +71,7 @@ RETCODE,/* U - (return) */ CALL,/* A B v_n-v_1 f(at a) r_b-r_1 f(v1,...,v_n) */ TAILCALL,/* A B v_a-v_1 f (return) f(v1,...,v_a) */ -PUSHNIL,/* U - nil_0-nil_u */ +PUSHNIL,/* U - nil_1-nil_u */ POP,/* U a_u-a_1 - */ PUSHINT,/* S - (real)s */ -- cgit v1.2.3-55-g6feb