VmDebug => StdVm

This commit is contained in:
obscuren
2015-01-19 11:18:34 +01:00
parent 06bfe19f05
commit 89c69a1d25
4 changed files with 952 additions and 991 deletions

View File

@ -9,11 +9,10 @@ import (
var vmlogger = logger.NewLogger("VM")
type Type int
type Type byte
const (
StandardVmTy Type = iota
DebugVmTy
StdVmTy Type = iota
JitVmTy
MaxVmTy