| ... | @@ -3741,7 +3741,7 @@ fn getMatchingSectionDecl(self: *MachO, decl: *Module.Decl) !MatchingSection { | ... | @@ -3741,7 +3741,7 @@ fn getMatchingSectionDecl(self: *MachO, decl: *Module.Decl) !MatchingSection { |
| 3741 | .segname = makeStaticString("__DATA_CONST"), | 3741 | .segname = makeStaticString("__DATA_CONST"), |
| 3742 | .sectname = makeStaticString("__const"), | 3742 | .sectname = makeStaticString("__const"), |
| 3743 | .size = code.len, | 3743 | .size = code.len, |
| 3744 | .@"align" = 3, // TODO I think this should not be needed | 3744 | .@"align" = align_log_2, |
| 3745 | })).?; | 3745 | })).?; |
| 3746 | } else { | 3746 | } else { |
| 3747 | break :blk (try self.getMatchingSection(.{ | 3747 | break :blk (try self.getMatchingSection(.{ |