mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 12:07:58 +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}
|
||||
if i64 <> P*T2 then
|
||||
{$else CPUINT64}
|
||||
if i64 <> Longint(P*T2) then
|
||||
if i64 <> P*Longint(T2) then
|
||||
{$endif CPUINT64}
|
||||
Halt(3);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user