DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?

llvm-svn: 173552
This commit is contained in:
NAKAMURA Takumi 2013-01-26 01:45:06 +00:00
parent d191472c99
commit 4b86cdbb4f
1 changed files with 2 additions and 0 deletions

View File

@ -597,6 +597,8 @@ DWARFDebugLine::LineTable::lookupAddressRange(uint64_t address,
++seq_pos;
}
return true;
}
bool