From 5c2dd7a9e0a5b871a71ba66c4683cd88fe4f5aa4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 22 May 2000 15:44:46 -0300 Subject: array `luaK_opproperties' keeps delta stack and mode for each opcode --- lopcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index 283dcdb6..b03cbc28 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.60 2000/04/27 17:39:15 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.61 2000/05/15 19:48:04 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -112,7 +112,7 @@ 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 */ -OP_SETLIST,/* A B v_b-v_0 t t t[i+a*FPF]=v_i */ +OP_SETLIST,/* A B v_b-v_1 t t t[i+a*FPF]=v_i */ OP_SETMAP,/* U v_u k_u - v_0 k_0 t t t[k_i]=v_i */ OP_ADD,/* - y x x+y */ -- cgit v1.2.3-55-g6feb