* cast only the longint

git-svn-id: trunk@45325 -
This commit is contained in:
florian 2020-05-10 12:52:17 +00:00
parent b48c8d8596
commit 7a6bd84bc0

View File

@ -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;