ssa: fix cvtNamed

This commit is contained in:
visualfc
2024-06-11 10:23:36 +08:00
parent a14974fbf2
commit 439a69f413

View File

@@ -128,6 +128,7 @@ func (p goTypes) cvtNamed(t *types.Named) (raw *types.Named, cvt bool) {
named.SetUnderlying(tund)
return named, true
}
p.typs[unsafe.Pointer(t)] = unsafe.Pointer(t)
return t, false
}