macho: remove todo from getMatchingSectionDecl

This commit is contained in:
Jakub Konka
2022-01-13 21:15:17 +01:00
parent c5ee73f65b
commit e945619728

View File

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