Skip to content

Commit 1826830

Browse files
authored
Merge pull request google#25 from sevki/extmap
initialize the extMap
2 parents 899b931 + a582c5c commit 1826830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func MakeVM() *VM {
3232
return &VM{
3333
MaxStack: 500,
3434
MaxTrace: 20,
35+
ext: make(vmExtMap),
3536
}
3637
}
3738

0 commit comments

Comments
 (0)