forked from OSchip/llvm-project
[llvm-readobj] Fix ambiguous call to the `printNumber`
llvm-svn: 321254
This commit is contained in:
parent
62d3259d2d
commit
4e945b6d05
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue