mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 18:47:52 +02:00
Fix cycle with -CriotR option on aarch64-linux
git-svn-id: trunk@45733 -
This commit is contained in:
parent
3caacc529a
commit
8306c7ca79
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user