summaryrefslogtreecommitdiffstats
path: root/vmop.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmop.h')
-rw-r--r--vmop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmop.h b/vmop.h
index 48bfa903..cb2f41af 100644
--- a/vmop.h
+++ b/vmop.h
@@ -66,4 +66,6 @@ typedef enum vm_op {
SETL1 = 37,
BINDV = 38,
CLOSE = 39,
+ GETLX = 40,
+ SETLX = 41,
} vm_op_t;