| ... | @@ -465,8 +465,8 @@ fn prune(zld: *Zld, alive: AtomTable) void { | ... | @@ -465,8 +465,8 @@ fn prune(zld: *Zld, alive: AtomTable) void { |
| 465 | section.last_atom_index = prev_index; | 465 | section.last_atom_index = prev_index; |
| 466 | } else { | 466 | } else { |
| 467 | assert(section.header.size == 0); | 467 | assert(section.header.size == 0); |
| 468 | section.first_atom_index = undefined; | 468 | section.first_atom_index = 0; |
| 469 | section.last_atom_index = undefined; | 469 | section.last_atom_index = 0; |
| 470 | } | 470 | } |
| 471 | } | 471 | } |
| 472 | | 472 | |