mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
macho: relax SUBTRACTOR assumption it not being a defined global
This commit is contained in:
parent
bc1e714de6
commit
5edb8e0b8f
@ -778,7 +778,7 @@ fn resolveRelocsX86(
|
||||
.file = atom.file,
|
||||
};
|
||||
const sym = zld.getSymbol(sym_loc);
|
||||
assert(sym.sect() and !sym.ext());
|
||||
assert(sym.sect());
|
||||
subtractor = sym_loc;
|
||||
continue;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user