mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[llvm-objdump] Use PRIX64 with format()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217724 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2981a19485
commit
a77096bb53
@ -2247,7 +2247,8 @@ void llvm::printMachORebaseTable(const object::MachOObjectFile *Obj) {
|
||||
uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg);
|
||||
|
||||
// Table lines look like: __DATA __nl_symbol_ptr 0x0000F00C pointer
|
||||
outs() << format("%-8s %-18s 0x%08X %s\n", SegmentName.str().c_str(),
|
||||
outs() << format("%-8s %-18s 0x%08" PRIX64 " %s\n",
|
||||
SegmentName.str().c_str(),
|
||||
SectionName.str().c_str(), Address,
|
||||
Entry.typeName().str().c_str());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user