mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 13:59:26 +02:00
DBG: Assembler, fix a range check
git-svn-id: trunk@28378 -
This commit is contained in:
parent
aa572c8941
commit
a37ee03544
@ -1964,6 +1964,7 @@ const
|
|||||||
ItmPtr2^.Dump := ItmPtr^.Dump;
|
ItmPtr2^.Dump := ItmPtr^.Dump;
|
||||||
ItmPtr := ItmPtr2;
|
ItmPtr := ItmPtr2;
|
||||||
end
|
end
|
||||||
|
else ItmPtr2 := nil;
|
||||||
end;
|
end;
|
||||||
if (LastItem <> nil) then begin
|
if (LastItem <> nil) then begin
|
||||||
// unify strings, to keep only one instance
|
// unify strings, to keep only one instance
|
||||||
|
Loading…
Reference in New Issue
Block a user