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 23, 2024
1 parent faf0383 commit d54b937
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 @@ -227,7 +227,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 d54b937

Please sign in to comment.