| author | |
| committer | |
| log | 0f1b5d45bc9df17fab5c42c22e816797b555be5a |
| tree | f219134cd07cacae976e3f7966d84b6bc9d85e70 |
| parent | 0da8ba816a14aeb43c0c98adc13943336f9525fa |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/MachO.zig+1-1| ... | @@ -2942,7 +2942,7 @@ fn createMhExecuteHeaderSymbol(self: *MachO) !void { | ... | @@ -2942,7 +2942,7 @@ fn createMhExecuteHeaderSymbol(self: *MachO) !void { |
| 2942 | .n_strx = n_strx, | 2942 | .n_strx = n_strx, |
| 2943 | .n_type = macho.N_SECT | macho.N_EXT, | 2943 | .n_type = macho.N_SECT | macho.N_EXT, |
| 2944 | .n_sect = 0, | 2944 | .n_sect = 0, |
| 2945 | .n_desc = 0, | 2945 | .n_desc = macho.REFERENCED_DYNAMICALLY, |
| 2946 | .n_value = 0, | 2946 | .n_value = 0, |
| 2947 | }); | 2947 | }); |
| 2948 | 2948 |