mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 00:22:56 +02:00
FPGDBMIDebugger: fixed bin search
git-svn-id: trunk@44221 -
This commit is contained in:
parent
6553f2bb5e
commit
889678aa8e
@ -6886,7 +6886,7 @@ begin
|
||||
else h := m - 1;
|
||||
end;
|
||||
|
||||
Result := TDwarfCompilationUnit(FCompilationUnits[m]);
|
||||
Result := TDwarfCompilationUnit(FCompilationUnits[h]);
|
||||
if (p < Result.FInfoData) or (p > Result.FInfoData + Result.FLength) then
|
||||
Result := nil;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user