mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 17:19:19 +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
|
var
|
||||||
ti: TFpSymbolDwarfType;
|
ti: TFpSymbolDwarfType;
|
||||||
begin
|
begin
|
||||||
|
if FNestedTypeInfo = nil then
|
||||||
|
exit;
|
||||||
ti := NestedTypeInfo;
|
ti := NestedTypeInfo;
|
||||||
if (ti <> nil) then
|
if (ti <> nil) then
|
||||||
ti.ResetValueBounds;
|
ti.ResetValueBounds;
|
||||||
|
Loading…
Reference in New Issue
Block a user