diff options
Diffstat (limited to 'lld/ELF/Relocations.h')
-rw-r--r-- | lld/ELF/Relocations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Relocations.h b/lld/ELF/Relocations.h index 504600a98f2..2cc8adfa598 100644 --- a/lld/ELF/Relocations.h +++ b/lld/ELF/Relocations.h @@ -152,7 +152,7 @@ private: ArrayRef<OutputSection *> OutputSections, std::function<void(OutputSection *, InputSectionDescription *)> Fn); - std::pair<Thunk *, bool> getThunk(Symbol &Body, RelType Type, uint64_t Src); + std::pair<Thunk *, bool> getThunk(Symbol &Sym, RelType Type, uint64_t Src); ThunkSection *addThunkSection(OutputSection *OS, InputSectionDescription *, uint64_t Off); |