about summary refs log tree commit diff
path: root/cmd/vm
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/vm')
-rw-r--r--cmd/vm/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/vm/main.go b/cmd/vm/main.go
index 013899a..5ee954e 100644
--- a/cmd/vm/main.go
+++ b/cmd/vm/main.go
@@ -90,7 +90,7 @@ func main() {
 	}
 
 	if *run {
-		vm := vm.New(&bc)
+		vm := vm.New(&bc, nil)
 		if err := vm.Run(); err != nil {
 			exit("execution failed: %v", err)
 		}