Skip to content

Commit

Permalink
update subcpu type
Browse files Browse the repository at this point in the history
  • Loading branch information
konoui committed May 5, 2023
1 parent ac95245 commit 5ed6c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lipo/lmacho/fat.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type FatHeader struct {
// FatArchHeader presets an architecture header for a Macho-0 32 bit and 64 bit
type FatArchHeader struct {
Cpu macho.Cpu
SubCpu uint32
SubCpu SubCpu
Offset uint64
Size uint64
Align uint32
Expand Down

0 comments on commit 5ed6c9f

Please sign in to comment.