mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 20:07:16 +01:00
DBG: Fixed array len for 64 bit
git-svn-id: trunk@37368 -
This commit is contained in:
parent
32221ff083
commit
c070b17f46
@ -2590,7 +2590,7 @@ var
|
||||
FBoundHigh := -1;
|
||||
FLen := -1;
|
||||
|
||||
if not RequireRequests([gptrPtypeCustomEval], '^longint('+FExpression+')[-1]') then exit;
|
||||
if not RequireRequests([gptrPtypeCustomEval], '^^longint('+FExpression+')[-1]') then exit;
|
||||
if not IsReqError(gptrPtypeCustomEval, False) then begin
|
||||
FBoundLow := 0;
|
||||
FBoundHigh := StrToIntDef(GetParsedFromResult(FReqResults[gptrPtypeCustomEval].Result.GdbDescription, 'value'), -1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user