internal/runtime: find type

This commit is contained in:
visualfc
2024-12-18 11:49:39 +08:00
parent 114c6bd6fc
commit b69abd1058

View File

@@ -235,7 +235,7 @@ func newPointer(elem *Type) *Type {
Hash: 9067 + 2*elem.Hash,
Align_: pointerAlign,
FieldAlign_: pointerAlign,
Kind_: uint8(abi.Pointer) | abi.KindDirectIface,
Kind_: uint8(abi.Pointer),
Equal: memequalptr,
TFlag: abi.TFlagRegularMemory,
},