mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:19:09 +02:00
FpDebug: Fix typecast
git-svn-id: trunk@59929 -
This commit is contained in:
parent
78fdca77d0
commit
f772c7f4d2
@ -545,7 +545,7 @@ begin
|
||||
if Info.HasAttrib(DW_AT_lower_bound) and
|
||||
not Info.HasAttrib(DW_AT_upper_bound)
|
||||
then begin
|
||||
Info2 := TFpDwarfSymbolValueVariable(DbgSymbol).InformationEntry.Clone;
|
||||
Info2 := TFpDwarfSymbolValueParameter(DbgSymbol).InformationEntry.Clone;
|
||||
Info2.GoNext;
|
||||
if Info2.HasValidScope and
|
||||
Info2.HasAttrib(DW_AT_location) and // the high param must have a location / cannot be a constant
|
||||
|
Loading…
Reference in New Issue
Block a user