ssa: fix cvtNamed
This commit is contained in:
@@ -128,6 +128,7 @@ func (p goTypes) cvtNamed(t *types.Named) (raw *types.Named, cvt bool) {
|
|||||||
named.SetUnderlying(tund)
|
named.SetUnderlying(tund)
|
||||||
return named, true
|
return named, true
|
||||||
}
|
}
|
||||||
|
p.typs[unsafe.Pointer(t)] = unsafe.Pointer(t)
|
||||||
return t, false
|
return t, false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user