summaryrefslogtreecommitdiffstats
path: root/opcode_list.h
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2014-11-29 15:24:43 -0600
committerNicolas Williams <nico@cryptonector.com>2014-11-29 15:24:43 -0600
commit7243989c52cea7933ace6535eae914c19eb1210a (patch)
tree96a9b550a40ffdc2fd266b55b218f11ce8d2d44a /opcode_list.h
parent46613af64c03bcd551d5867f2a8352b5c8faf80c (diff)
Fix refcount leak, fix #618
Diffstat (limited to 'opcode_list.h')
-rw-r--r--opcode_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode_list.h b/opcode_list.h
index db9242f9..38e63856 100644
--- a/opcode_list.h
+++ b/opcode_list.h
@@ -1,5 +1,6 @@
OP(LOADK, CONSTANT, 1, 1)
OP(DUP, NONE, 1, 2)
+OP(DUPN, NONE, 1, 2)
OP(DUP2, NONE, 2, 3)
OP(POP, NONE, 1, 0)
OP(LOADV, VARIABLE, 1, 1)