From 99cc4b20f2c9e33600948fb0489c6d1d1c160518 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 11 Mar 1998 10:59:50 -0300 Subject: details --- lopcodes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index ee0f9354..591ff7f4 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.h,v 1.14 1997/12/30 19:08:23 roberto Exp roberto $ +** $Id: lopcodes.h,v 1.16 1998/03/10 17:15:05 roberto Exp $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -119,9 +119,9 @@ SETTABLE0,/* - v i t - t[i]=v */ SETTABLE,/* b v a_b...a_1 i t a_b...a_1 i t t[i]=v */ -SETLIST,/* b c v_b...v_1 t - t[i+c*FPF]=v_i */ +SETLIST,/* b c v_c...v_1 t - t[i+b*FPF]=v_i */ SETLIST0,/* b v_b...v_1 t - t[i]=v_i */ -SETLISTW,/* w c v_b...v_1 t - t[i+c*FPF]=v_i */ +SETLISTW,/* w c v_c...v_1 t - t[i+w*FPF]=v_i */ SETMAP,/* b v_b k_b ...v_0 k_0 t t t[k_i]=v_i */ SETMAP0,/* - v_0 k_0 t t t[k_0]=v_0 */ -- cgit v1.2.3-55-g6feb