mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 07:18:14 +02:00
LazDebuggerFp: fix uninitialized var
git-svn-id: trunk@61809 -
This commit is contained in:
parent
e948c7b47a
commit
e06e1746df
@ -649,6 +649,7 @@ begin
|
||||
e := TCallStackEntry(It.DataPtr^);
|
||||
if e.Validity = ddsRequested then
|
||||
begin
|
||||
ProcVal := nil;
|
||||
if ThreadCallStack[e.Index].ProcSymbol <> nil then
|
||||
ProcVal := ThreadCallStack[e.Index].ProcSymbol.Value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user