ssa: fix llgo:type c for typeparam named

This commit is contained in:
visualfc
2024-09-04 21:50:29 +08:00
parent 3ce9567f62
commit b0ebb479f6
5 changed files with 120 additions and 6 deletions

View File

@@ -244,7 +244,7 @@ func (p Program) SetRuntime(runtime any) {
}
func (p Program) SetTypeBackground(fullName string, bg Background) {
p.gocvt.typbg[fullName] = bg
p.gocvt.typbg.Store(fullName, bg)
}
func (p Program) SetLinkname(name, link string) {