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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/vm/sqlvm/runtime/opcodes.go b/core/vm/sqlvm/runtime/opcodes.go
index 8827f0531..12a4dfefb 100644
--- a/core/vm/sqlvm/runtime/opcodes.go
+++ b/core/vm/sqlvm/runtime/opcodes.go
@@ -15,6 +15,7 @@ const (
SUB
DIV
MOD
+ CONCAT
)
// 0x20 range - comparison ops.