mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 10:03:21 +00:00
macho: add runaway section id when sorting sections
This commit is contained in:
parent
7e52a096db
commit
d794f4cd2a
@ -1471,6 +1471,7 @@ fn sortSections(self: *MachO) !void {
|
||||
&self.cstring_section_index,
|
||||
&self.ustring_section_index,
|
||||
&self.text_const_section_index,
|
||||
&self.objc_methlist_section_index,
|
||||
&self.objc_methname_section_index,
|
||||
&self.objc_methtype_section_index,
|
||||
&self.objc_classname_section_index,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user