fpdebug: fix building line info. Issue #0013989 Patch by Joost van der Sluis

git-svn-id: trunk@39564 -
This commit is contained in:
martin 2012-12-16 19:54:08 +00:00
parent 940f0cba78
commit 034537a23f

View File

@ -1264,6 +1264,7 @@ begin
end;
if FLineInfo.StateMachine.Ended then Exit;
BuildAddressMap;
Iter := TMapIterator.Create(FAddressMap);
while FLineInfo.StateMachine.NextLine do