mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 14:49:11 +02:00
FpDebug: fix commit 59943 #31fe8e6955 / open-array bounds
git-svn-id: trunk@59959 -
This commit is contained in:
parent
ff82fa5222
commit
52dda0c955
@ -560,8 +560,8 @@ begin
|
||||
if UpperBoundSym <> nil then begin
|
||||
val := UpperBoundSym.Value;
|
||||
TFpDwarfValue(val).Context := Context;
|
||||
l := Val.AsInteger;
|
||||
h := t2.OrdLowBound;
|
||||
l := t2.OrdLowBound;
|
||||
h := Val.AsInteger;
|
||||
if h > l then begin
|
||||
if h - l > 5000 then
|
||||
h := l + 5000;
|
||||
|
Loading…
Reference in New Issue
Block a user