mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
link: fix MachO boundary symbol resolution
This commit is contained in:
parent
ed4bab66d8
commit
172c2797bd
@ -1923,6 +1923,8 @@ fn resolveBoundarySymbols(self: *MachO) !void {
|
||||
_ = self.unresolved.swapRemove(global_index);
|
||||
continue;
|
||||
}
|
||||
|
||||
next_sym += 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user