mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 09:39:35 +02:00
DBG: Fix setting stackframe for hint eval, after searching for highest source-frame.
git-svn-id: trunk@38922 -
This commit is contained in:
parent
b4440971ec
commit
f8dbcc135d
@ -9218,7 +9218,7 @@ procedure TCallStackEntry.MakeCurrent;
|
|||||||
begin
|
begin
|
||||||
if FOwner = nil then Exit;
|
if FOwner = nil then Exit;
|
||||||
if IsCurrent then exit;
|
if IsCurrent then exit;
|
||||||
FOwner.CurrentIndex := self.Index;
|
FOwner.ChangeCurrentIndex(Self.Index);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCallStackEntry.GetArgumentCount: Integer;
|
function TCallStackEntry.GetArgumentCount: Integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user