Fix cycle with -CriotR option on aarch64-linux

git-svn-id: trunk@45733 -
This commit is contained in:
pierre 2020-07-06 11:39:42 +00:00
parent 3caacc529a
commit 8306c7ca79

View File

@ -219,7 +219,9 @@ begin
else if not a.signed and (a.uvalue>qword(high(int64))) then
goto try_qword
else
{$push} {$Q-}
sspace:=a.uvalue+abs_low_int64;
{$pop}
if sspace>=b then
begin
result.signed:=true;