aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/runtime/opcodes.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/sqlvm/runtime/opcodes.go')
-rw-r--r--core/vm/sqlvm/runtime/opcodes.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/vm/sqlvm/runtime/opcodes.go b/core/vm/sqlvm/runtime/opcodes.go
index 5a0e5dd95..e65565670 100644
--- a/core/vm/sqlvm/runtime/opcodes.go
+++ b/core/vm/sqlvm/runtime/opcodes.go
@@ -51,6 +51,11 @@ const (
RANGE
)
+// 0x50 range - function ops
+const (
+ FUNC = iota + 0x50
+)
+
// 0x60 range - storage ops
const (
INSERT = iota + 0x60