summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-06-05 11:40:51 -0400
committerAdrian Thurston <thurston@complang.org>2015-06-05 11:40:51 -0400
commitb550332997a2cca6e670452af4f145a8381f45e3 (patch)
tree48148173ebc06f0212da19c09d3627b0c91c0e0d /src/bytecode.h
parentdb0fd98a4f646abef622684d4228d879a933cbce (diff)
downloadcolm-b550332997a2cca6e670452af4f145a8381f45e3.tar.gz
more vmap implementation
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index bddaed91..3cbdc1ec 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -402,6 +402,7 @@ typedef unsigned long colm_value_t;
#define IN_VMAP_FIND 0x29
#define IN_VMAP_INSERT_WC 0x25
#define IN_VMAP_INSERT_WV 0x26
+#define IN_VMAP_INSERT_BKT 0x3d
#define IN_VMAP_REMOVE_WC 0x27
#define IN_VMAP_REMOVE_WV 0x28