mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Tidy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162421 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ffd2526fa4
commit
1a145c409a
@ -199,9 +199,9 @@ size_t DWARFCompileUnit::extractDIEsIfNeeded(bool cu_die_only) {
|
||||
// Give a little bit of info if we encounter corrupt DWARF (our offset
|
||||
// should always terminate at or before the start of the next compilation
|
||||
// unit header).
|
||||
if (offset > next_cu_offset) {
|
||||
fprintf (stderr, "warning: DWARF compile unit extends beyond its bounds cu 0x%8.8x at 0x%8.8x'\n", getOffset(), offset);
|
||||
}
|
||||
if (offset > next_cu_offset)
|
||||
fprintf (stderr, "warning: DWARF compile unit extends beyond its"
|
||||
"bounds cu 0x%8.8x at 0x%8.8x'\n", getOffset(), offset);
|
||||
|
||||
setDIERelations();
|
||||
return DieArray.size();
|
||||
|
Loading…
Reference in New Issue
Block a user