aboutsummaryrefslogtreecommitdiffstats
path: root/vm/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm/common.go')
-rw-r--r--vm/common.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/common.go b/vm/common.go
index f19b0fe4b..ed250dab1 100644
--- a/vm/common.go
+++ b/vm/common.go
@@ -14,6 +14,7 @@ type Type int
const (
StandardVmTy Type = iota
DebugVmTy
+ JitVmTy
MaxVmTy
)