| author | |
| committer | |
| log | 0a60e4448d27639a4dadccb48c00d22fab7bb790 |
| tree | 7889b97b72f14569688f6abb395748300e7f7bbc |
| parent | ee68f35bfe742220f3fdebe97548425bb5440da1 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/MachO/Atom.zig+1-1| ... | ... | @@ -104,7 +104,7 @@ pub fn initOutputSection(sect: macho.section_64, macho_file: *MachO) !u8 { |
| 104 | 104 | const segname, const sectname, const flags = blk: { |
| 105 | 105 | if (sect.isCode()) break :blk .{ |
| 106 | 106 | "__TEXT", |
| 107 | "__text", | |
| 107 | sect.sectName(), | |
| 108 | 108 | macho.S_REGULAR | macho.S_ATTR_PURE_INSTRUCTIONS | macho.S_ATTR_SOME_INSTRUCTIONS, |
| 109 | 109 | }; |
| 110 | 110 |