Fixes a segfault running vet on alpha.
Patch by Uros Bizjak.
Reviewed-on: https://go-review.googlesource.com/c/152437
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266781
138bc75d-0d04-0410-961f-
82ee72b054a4
-9e016dfe198152f870005ac844fe22c02e5349e3
+7259d9a403db2784c7d03239c6a50e730062fc61
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
return true
}
-var archSizes = types.SizesFor("gc", build.Default.GOARCH)
+var archSizes = types.SizesFor(build.Default.Compiler, build.Default.GOARCH)