diff options
Diffstat (limited to 'ELF/Writer.cpp')
-rw-r--r-- | ELF/Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/Writer.cpp b/ELF/Writer.cpp index 4cdfce76202c..4be6fe53c18b 100644 --- a/ELF/Writer.cpp +++ b/ELF/Writer.cpp @@ -1223,7 +1223,7 @@ template <class ELFT> void Writer<ELFT>::finalizeSections() { // we need to assign addresses so that we can tell if jump instructions // are out of range. This will need to turn into a loop that converges // when no more Thunks are added - ThunkCreator<ELFT> TC; + ThunkCreator TC; if (TC.createThunks(OutputSections)) applySynthetic({InX::MipsGot}, [](SyntheticSection *SS) { SS->updateAllocSize(); }); |