| author | |
| committer | |
| log | f60fe4dcb667cc638f4f8ea8fb20d11de3440671 |
| tree | 6b506aec8f24b2bbd7afbb7eaf4ac15da0580ae3 |
| parent | b12c0de096b22b1ce17c73c466b645ed0631e818 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/Elf2.zig+1-1| ... | ... | @@ -5669,7 +5669,7 @@ pub fn idle(elf: *Elf, tid: Zcu.PerThread.Id) !bool { |
| 5669 | 5669 | }; |
| 5670 | 5670 | break :task; |
| 5671 | 5671 | } |
| 5672 | if (elf.changed_symtab_index.pop()) |kv| { | |
| 5672 | while (elf.changed_symtab_index.pop()) |kv| { | |
| 5673 | 5673 | // We only need to do work in relocatables, because in ELF modules (non-relocatables) |
| 5674 | 5674 | // our `ElfN.Rela` entries use `.dynsym` indices rather than `.symtab` indices, and |
| 5675 | 5675 | // `.dynsym` indices are (at the time of writing) always immutable. |