mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map).
llvm-svn: 165740
This commit is contained in:
parent
afaced070f
commit
fc6d50e120
@ -304,7 +304,7 @@ Section::Dump (Stream *s, Target *target, uint32_t depth) const
|
||||
addr = linked_section_sp->GetFileAddress() + m_linked_offset;
|
||||
}
|
||||
|
||||
int indent = 26 + s->GetIndentLevel();
|
||||
int indent = 28 + s->GetIndentLevel();
|
||||
s->Printf("%*.*s", indent, indent, "");
|
||||
VMRange linked_range(addr, addr + m_byte_size);
|
||||
linked_range.Dump (s, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user