forked from OSchip/llvm-project
DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?
llvm-svn: 173552
This commit is contained in:
parent
d191472c99
commit
4b86cdbb4f
|
@ -597,6 +597,8 @@ DWARFDebugLine::LineTable::lookupAddressRange(uint64_t address,
|
|||
|
||||
++seq_pos;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue