mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:09:23 +02:00
* cast only the longint
git-svn-id: trunk@45325 -
This commit is contained in:
parent
b48c8d8596
commit
7a6bd84bc0
@ -30,7 +30,7 @@ begin
|
|||||||
{$ifdef CPUINT64}
|
{$ifdef CPUINT64}
|
||||||
if i64 <> P*T2 then
|
if i64 <> P*T2 then
|
||||||
{$else CPUINT64}
|
{$else CPUINT64}
|
||||||
if i64 <> Longint(P*T2) then
|
if i64 <> P*Longint(T2) then
|
||||||
{$endif CPUINT64}
|
{$endif CPUINT64}
|
||||||
Halt(3);
|
Halt(3);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user