mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.
llvm-svn: 191266
This commit is contained in:
parent
5867567c41
commit
b5e44fa680
@ -28,7 +28,7 @@ void DWARFTypeUnit::dump(raw_ostream &OS) {
|
||||
<< " version = " << format("0x%04x", getVersion())
|
||||
<< " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset())
|
||||
<< " addr_size = " << format("0x%02x", getAddressByteSize())
|
||||
<< " type_signature = " << format("0x%16lx", TypeHash)
|
||||
<< " type_signature = " << format("0x%16" PRIx64, TypeHash)
|
||||
<< " type_offset = " << format("0x%04x", TypeOffset)
|
||||
<< " (next unit at " << format("0x%08x", getNextUnitOffset())
|
||||
<< ")\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user