mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
477fc628b3
commit
e1e8fe1f2f
@ -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