summaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-27 17:08:33 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-27 17:08:33 -0300
commit63e230a16bd030d11d041dfbec7a8a9bf0152b1e (patch)
tree1e9376b00efd5e1e033fddfd6b0114aec9897675 /lopcodes.h
parent102a1be6159b34190813bfd7a7ed6c04633c6200 (diff)
downloadlua-github-63e230a16bd030d11d041dfbec7a8a9bf0152b1e.tar.gz
comments
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lopcodes.h b/lopcodes.h
index b506edc0..71a712f2 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -1,5 +1,5 @@
/*
-** $Id: lopcodes.h,v 1.51 2000/03/24 17:26:08 roberto Exp roberto $
+** $Id: lopcodes.h,v 1.52 2000/03/24 19:49:23 roberto Exp roberto $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
@@ -137,7 +137,7 @@ OP_JMP,/* J - - PC+=s */
OP_PUSHNILJMP,/* - - nil PC++; */
-OP_CLOSURE,/* A B v_b-v_1 closure(CNST[a], v_1-v_b) */
+OP_CLOSURE,/* A B v_b-v_1 closure(KPROTO[a], v_1-v_b) */
OP_SETLINE/* U - - LINE=u */