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 b844dbc..19ba160 100644
--- a/cmd/vm/main.go
+++ b/cmd/vm/main.go
@@ -66,7 +66,7 @@ func main() {
 			exit("could not read file: %v", err)
 		}
 
-		bc = code.New(content)
+		bc = code.New(content, code.NewDebugInfo(path))
 	}
 
 	if *run {