summaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-03-11 10:59:50 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-03-11 10:59:50 -0300
commit99cc4b20f2c9e33600948fb0489c6d1d1c160518 (patch)
treef6d49f35b1417962c56c88def347dd6d796360ac /lopcodes.h
parent0969a971cd41921bd5ee72c1da880455bcca3bb4 (diff)
downloadlua-99cc4b20f2c9e33600948fb0489c6d1d1c160518.tar.gz
lua-99cc4b20f2c9e33600948fb0489c6d1d1c160518.tar.bz2
lua-99cc4b20f2c9e33600948fb0489c6d1d1c160518.zip
details
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lopcodes.h b/lopcodes.h
index ee0f9354..591ff7f4 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.h,v 1.14 1997/12/30 19:08:23 roberto Exp roberto $ 2** $Id: lopcodes.h,v 1.16 1998/03/10 17:15:05 roberto Exp $
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*/
@@ -119,9 +119,9 @@ SETTABLE0,/* - v i t - t[i]=v */
119 119
120SETTABLE,/* b v a_b...a_1 i t a_b...a_1 i t t[i]=v */ 120SETTABLE,/* b v a_b...a_1 i t a_b...a_1 i t t[i]=v */
121 121
122SETLIST,/* b c v_b...v_1 t - t[i+c*FPF]=v_i */ 122SETLIST,/* b c v_c...v_1 t - t[i+b*FPF]=v_i */
123SETLIST0,/* b v_b...v_1 t - t[i]=v_i */ 123SETLIST0,/* b v_b...v_1 t - t[i]=v_i */
124SETLISTW,/* w c v_b...v_1 t - t[i+c*FPF]=v_i */ 124SETLISTW,/* w c v_c...v_1 t - t[i+w*FPF]=v_i */
125 125
126SETMAP,/* b v_b k_b ...v_0 k_0 t t t[k_i]=v_i */ 126SETMAP,/* b v_b k_b ...v_0 k_0 t t t[k_i]=v_i */
127SETMAP0,/* - v_0 k_0 t t t[k_0]=v_0 */ 127SETMAP0,/* - v_0 k_0 t t t[k_0]=v_0 */