mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:36:01 +02:00
DebuggerIntf: Set the RangeStartAddr when merging with an empty range
git-svn-id: trunk@49391 -
This commit is contained in:
parent
7cf6cbfe47
commit
f72ec12c26
@ -5073,6 +5073,8 @@ begin
|
||||
FCount := FCount + AnotherRange.Count - i;
|
||||
FRangeEndAddr := AnotherRange.FRangeEndAddr;
|
||||
FLastEntryEndAddr := AnotherRange.FLastEntryEndAddr;
|
||||
if FRangeStartAddr = 0 then
|
||||
FRangeStartAddr := AnotherRange.FRangeStartAddr;
|
||||
end;
|
||||
debugln(DBG_DISASSEMBLER, ['INFO: TDBGDisassemblerEntryRange.Merge AFTER MERGE: ', dbgs(self) ]);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user