ssa: fix llgo:type c for typeparam named
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user