| author | |
| committer | |
| log | 26adbf2cb7377730b63a0ef182a402060eb732d3 |
| tree | d48150abf23d0bc1e191d8072d293afda13a68bf |
| parent | 16f09127b5796b21f960b836d715ba2cc84ae07e |
1 files changed, 2 insertions(+), 2 deletions(-)
src/link/MachO/dead_strip.zig+2-2| ... | ... | @@ -465,8 +465,8 @@ fn prune(zld: *Zld, alive: AtomTable) void { |
| 465 | 465 | section.last_atom_index = prev_index; |
| 466 | 466 | } else { |
| 467 | 467 | assert(section.header.size == 0); |
| 468 | section.first_atom_index = undefined; | |
| 469 | section.last_atom_index = undefined; | |
| 468 | section.first_atom_index = 0; | |
| 469 | section.last_atom_index = 0; | |
| 470 | 470 | } |
| 471 | 471 | } |
| 472 | 472 |