mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +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;
|
||||
ItmPtr := ItmPtr2;
|
||||
end
|
||||
else ItmPtr2 := nil;
|
||||
end;
|
||||
if (LastItem <> nil) then begin
|
||||
// unify strings, to keep only one instance
|
||||
|
Loading…
Reference in New Issue
Block a user