aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
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 9d29fed9..e58f3f79 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.h,v 1.20 1999/02/02 19:41:17 roberto Exp roberto $ 2** $Id: lopcodes.h,v 1.21 1999/02/04 16:36:16 roberto Exp roberto $
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*/
@@ -55,8 +55,8 @@ SETGLOBAL,/* b x - VAR[CNST[b]]=x */
55SETGLOBALDUPW,/*w x x VAR[CNST[w]]=x */ 55SETGLOBALDUPW,/*w x x VAR[CNST[w]]=x */
56SETGLOBALDUP,/* b x x VAR[CNST[b]]=x */ 56SETGLOBALDUP,/* b x x VAR[CNST[b]]=x */
57 57
58SETTABLE0,/* - v i t - t[i]=v */ 58SETTABLEPOP,/* - v i t - t[i]=v */
59SETTABLEDUP,/* - v i t v t[i]=v */ 59SETTABPPDUP,/* - v i t v t[i]=v */
60 60
61SETTABLE,/* b v a_b...a_1 i t a_b...a_1 i t t[i]=v */ 61SETTABLE,/* b v a_b...a_1 i t a_b...a_1 i t t[i]=v */
62 62