|
@@ -1277,6 +1277,9 @@ begin
|
|
{$ifdef CPU64}
|
|
{$ifdef CPU64}
|
|
8: UpperLimit:=High(QWord);
|
|
8: UpperLimit:=High(QWord);
|
|
{$endif CPU64}
|
|
{$endif CPU64}
|
|
|
|
+ else
|
|
|
|
+ { avoid error about being uninitialized }
|
|
|
|
+ UpperLimit:=0;
|
|
end;
|
|
end;
|
|
{$else VER3_2}
|
|
{$else VER3_2}
|
|
UpperLimit:=High(ValUInt); //this preserves 3.2 (and earlier) behaviour
|
|
UpperLimit:=High(ValUInt); //this preserves 3.2 (and earlier) behaviour
|