| author | |
| committer | |
| log | 8d1ca8ce7b21e6ae0b396a35f5fc69ac52560074 |
| tree | c06aebabb51288a09e77cb69791d54c3533f2bb8 |
| parent | 700b1e38ceeb66416a327e4f31969b1e52ba55ef |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/MachO.zig+1-1| ... | ... | @@ -3070,7 +3070,7 @@ fn allocateSection(self: *MachO, segname: []const u8, sectname: []const u8, opts |
| 3070 | 3070 | .cmdsize = @sizeOf(macho.segment_command_64) + @sizeOf(macho.section_64), |
| 3071 | 3071 | }; |
| 3072 | 3072 | |
| 3073 | const sect_id = try self.initSection(sectname, segname, .{ | |
| 3073 | const sect_id = try self.initSection(segname, sectname, .{ | |
| 3074 | 3074 | .flags = opts.flags, |
| 3075 | 3075 | .reserved2 = opts.reserved2, |
| 3076 | 3076 | }); |