authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-01-13 21:15:17+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-01-13 21:15:17+01:00
loge945619728110affb389402ff1ce06d65470cdd2
tree489be2fc163505f6710fec716a0508a55d9fe8c5
parentc5ee73f65b4c77fe08aa44b8611bf084ae700f24

macho: remove todo from getMatchingSectionDecl


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 {
37413741 .segname = makeStaticString("__DATA_CONST"),
37423742 .sectname = makeStaticString("__const"),
37433743 .size = code.len,
3744 .@"align" = 3, // TODO I think this should not be needed
3744 .@"align" = align_log_2,
37453745 })).?;
37463746 } else {
37473747 break :blk (try self.getMatchingSection(.{