about summary refs log tree commit diff
path: root/cmd/lang
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2022-07-27 21:18:40 +0000
committerMel <einebeere@gmail.com>2022-07-27 21:18:40 +0000
commitbe281507daf2d1d7f66f32daa42ef78daa48c5dd (patch)
tree7c1c597d7608312fea21b1e47b6950685ee47db7 /cmd/lang
parent22a69393f58abcf3bcf9e7039f994dae78422213 (diff)
downloadjinx-be281507daf2d1d7f66f32daa42ef78daa48c5dd.tar.zst
jinx-be281507daf2d1d7f66f32daa42ef78daa48c5dd.zip
Update VM usages
Diffstat (limited to 'cmd/lang')
-rw-r--r--cmd/lang/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/lang/main.go b/cmd/lang/main.go
index 042a84e..0a8eee8 100644
--- a/cmd/lang/main.go
+++ b/cmd/lang/main.go
@@ -65,7 +65,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)
 		}