diff options
Diffstat (limited to 'lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp')
| -rw-r--r-- | lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp b/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp index dbcc64fc0832f..1551974b822ac 100644 --- a/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp +++ b/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp @@ -59,7 +59,7 @@ bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, uint32_t *OffsetPtr,        // Attribute byte size if fixed, just add the size to the offset.        *OffsetPtr += *FixedSize;      } else if (!DWARFFormValue::skipValue(AttrSpec.Form, DebugInfoData, -                                          OffsetPtr, &U)) { +                                          OffsetPtr, U.getFormParams())) {        // We failed to skip this attribute's value, restore the original offset        // and return the failure status.        *OffsetPtr = Offset; | 
