From 634c3d57e924f36812ccc5798d91236ae819c6d1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 14 Apr 2000 14:46:15 -0300 Subject: optimization for SETLOCAL was too specific. --- lopcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index d7548d9b..9df510a3 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.57 2000/04/12 18:57:19 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.58 2000/04/13 16:51:01 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -108,7 +108,7 @@ OP_PUSHSELF,/* K t t t[KSTR[k]] */ OP_CREATETABLE,/* U - newarray(size = u) */ -OP_SETLOCAL,/* L B v_b-v_1 - LOC[l]=v_b */ +OP_SETLOCAL,/* L x - LOC[l]=x */ OP_SETGLOBAL,/* K x - VAR[KSTR[k]]=x */ OP_SETTABLE,/* A B v a_a-a_1 i t (pops b values) t[i]=v */ -- cgit v1.2.3-55-g6feb