mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
llvm-objdump: Fix typo in output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202875 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -460,7 +460,7 @@ static void printRuntimeFunction(const COFFObjectFile *Obj,
|
||||
outs() << "Function Table:\n"
|
||||
<< format(" Start Address: 0x%04x\n", RF.StartAddress)
|
||||
<< format(" End Address: 0x%04x\n", RF.EndAddress)
|
||||
<< format(" Unwind Info Address: : 0x%04x\n\n", RF.UnwindInfoOffset);
|
||||
<< format(" Unwind Info Address: 0x%04x\n\n", RF.UnwindInfoOffset);
|
||||
uintptr_t addr;
|
||||
if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr))
|
||||
return;
|
||||
|
Reference in New Issue
Block a user