DBG: Fix setting stackframe for hint eval, after searching for highest source-frame.

git-svn-id: trunk@38922 -
This commit is contained in:
martin 2012-09-30 15:23:53 +00:00
parent b4440971ec
commit f8dbcc135d

View File

@ -9218,7 +9218,7 @@ procedure TCallStackEntry.MakeCurrent;
begin
if FOwner = nil then Exit;
if IsCurrent then exit;
FOwner.CurrentIndex := self.Index;
FOwner.ChangeCurrentIndex(Self.Index);
end;
function TCallStackEntry.GetArgumentCount: Integer;