mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 12:40:20 +02:00
FpDebug: Fix stack-overflow for types with recursive declaration.
This commit is contained in:
parent
a5e41cac33
commit
c7e123fd8d
@ -4439,6 +4439,8 @@ procedure TFpSymbolDwarfType.ResetValueBounds;
|
||||
var
|
||||
ti: TFpSymbolDwarfType;
|
||||
begin
|
||||
if FNestedTypeInfo = nil then
|
||||
exit;
|
||||
ti := NestedTypeInfo;
|
||||
if (ti <> nil) then
|
||||
ti.ResetValueBounds;
|
||||
|
Loading…
Reference in New Issue
Block a user