diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp b/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp index 05effc9..2faee15 100644 --- a/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp +++ b/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp @@ -433,7 +433,7 @@ Error DWARFDebugLine::Prologue::parse( errc::invalid_argument, "unknown data in line table prologue at offset 0x%8.8" PRIx64 ": parsing ended (at offset 0x%8.8" PRIx64 - ") before reaching the prologue at offset 0x%8.8" PRIx64, + ") before reaching the prologue end at offset 0x%8.8" PRIx64, PrologueOffset, *OffsetPtr, EndPrologueOffset)); } return Error::success(); |
