| author | |
| committer | |
| log | e945619728110affb389402ff1ce06d65470cdd2 |
| tree | 489be2fc163505f6710fec716a0508a55d9fe8c5 |
| parent | c5ee73f65b4c77fe08aa44b8611bf084ae700f24 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/MachO.zig+1-1| ... | ... | @@ -3741,7 +3741,7 @@ fn getMatchingSectionDecl(self: *MachO, decl: *Module.Decl) !MatchingSection { |
| 3741 | 3741 | .segname = makeStaticString("__DATA_CONST"), |
| 3742 | 3742 | .sectname = makeStaticString("__const"), |
| 3743 | 3743 | .size = code.len, |
| 3744 | .@"align" = 3, // TODO I think this should not be needed | |
| 3744 | .@"align" = align_log_2, | |
| 3745 | 3745 | })).?; |
| 3746 | 3746 | } else { |
| 3747 | 3747 | break :blk (try self.getMatchingSection(.{ |