fpDebug: i386 compilation

git-svn-id: trunk@63442 -
This commit is contained in:
ondrej 2020-06-27 06:52:30 +00:00
parent 4a8869480b
commit 75bf045f79

View File

@ -3052,8 +3052,8 @@ end;
procedure TFpValueDwarfArray.DoGetBounds;
var
t: TFpSymbol;
c: Int64;
i: Int64;
c: Integer;
i: Integer;
begin
if not (efBoundsDone in FEvalFlags) then begin
Include(FEvalFlags, efBoundsDone);