[llvm-readobj] Fix ambiguous call to the `printNumber`

llvm-svn: 321254
This commit is contained in:
Simon Atanasyan 2017-12-21 10:46:20 +00:00
parent 62d3259d2d
commit 4e945b6d05
1 changed files with 1 additions and 1 deletions

View File

@ -4127,7 +4127,7 @@ void LLVMStyle<ELFT>::printMipsGOT(const MipsGOTParser<ELFT> &Parser) {
}
W.printNumber("Number of TLS and multi-GOT entries",
Parser.getOtherEntries().size());
uint64_t(Parser.getOtherEntries().size()));
}
template <class ELFT>