Skip to content

Commit

Permalink
internal/runtime: find type
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Dec 21, 2024
1 parent ba8bc4f commit 5baa65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/runtime/z_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func newPointer(elem *Type) *Type {
Hash: uint32(abi.Pointer), // TODO(xsw): hash
Align_: pointerAlign,
FieldAlign_: pointerAlign,
Kind_: uint8(abi.Pointer) | abi.KindDirectIface,
Kind_: uint8(abi.Pointer),
Equal: memequalptr,
TFlag: abi.TFlagRegularMemory,
},
Expand Down

0 comments on commit 5baa65d

Please sign in to comment.