diff options
Diffstat (limited to 'ELF/Symbols.h')
| -rw-r--r-- | ELF/Symbols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/Symbols.h b/ELF/Symbols.h index 39a0c0f7b4df..030527f63744 100644 --- a/ELF/Symbols.h +++ b/ELF/Symbols.h @@ -78,7 +78,7 @@ public: uint64_t getVA(int64_t Addend = 0) const; uint64_t getGotOffset() const; - template <class ELFT> typename ELFT::uint getGotVA() const; + uint64_t getGotVA() const; uint64_t getGotPltOffset() const; uint64_t getGotPltVA() const; uint64_t getPltVA() const; |
