mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141483 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d4b60f3a4
commit
3a79eac5b8
@ -177,7 +177,7 @@ DWARFDebugLine::parsePrologue(DataExtractor debug_line_data,
|
||||
|
||||
if (*offset_ptr != end_prologue_offset) {
|
||||
fprintf(stderr, "warning: parsing line table prologue at 0x%8.8x should"
|
||||
" have ended at 0x%8.8x but it ended ad 0x%8.8x\n",
|
||||
" have ended at 0x%8.8x but it ended ad 0x%8.8x\n",
|
||||
prologue_offset, end_prologue_offset, *offset_ptr);
|
||||
}
|
||||
return end_prologue_offset;
|
||||
|
Loading…
Reference in New Issue
Block a user