mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Try to unbreak Windows build after r188022
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188057 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f75d9b31b
commit
1b8ac53982
@ -565,7 +565,7 @@ std::pair<const typename ELFFile<ELFT>::Elf_Shdr *,
|
||||
const typename ELFFile<ELFT>::Elf_Sym *>
|
||||
ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const {
|
||||
if (!Sec->sh_link)
|
||||
return std::pair<const Elf_Shdr *, const Elf_Sym *>(0, 0);
|
||||
return std::make_pair((const Elf_Shdr *)0, (const Elf_Sym *)0);
|
||||
const Elf_Shdr *SymTable = getSection(Sec->sh_link);
|
||||
return std::make_pair(
|
||||
SymTable, getEntry<Elf_Sym>(SymTable, Rel->getSymbol(isMips64EL())));
|
||||
|
Loading…
x
Reference in New Issue
Block a user