| author | |
| committer | |
| log | ca19c42b74e94b24f82fca95c5411557b29e1809 |
| tree | 2b8b990554a2f17ec4e2a6913c7b3b20204e69ee |
| parent | 7d70774fde694b343c90ce8830c269bda23afe84 |
1 files changed, 1 insertions(+), 0 deletions(-)
src-self-hosted/link.zig+1| ... | ... | @@ -1960,6 +1960,7 @@ pub const File = struct { |
| 1960 | 1960 | prev.next = src_fn.next; |
| 1961 | 1961 | } |
| 1962 | 1962 | next.prev = src_fn.prev; |
| 1963 | src_fn.next = null; | |
| 1963 | 1964 | // Populate where it used to be with NOPs. |
| 1964 | 1965 | const file_pos = debug_line_sect.sh_offset + src_fn.off; |
| 1965 | 1966 | try self.pwriteWithNops(0, &[0]u8{}, src_fn.len, file_pos); |