mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 01:37:26 +01:00
fpDebug: i386 compilation
git-svn-id: trunk@63442 -
This commit is contained in:
parent
4a8869480b
commit
75bf045f79
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user