mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* fixed another typo
git-svn-id: trunk@2927 -
This commit is contained in:
parent
594861974d
commit
7dfd96b59c
@ -1166,7 +1166,7 @@ unit cgx86;
|
||||
make_simple_ref(list,tmpref);
|
||||
{$ifdef x86_64}
|
||||
{ x86_64 only supports signed 32 bits constants directly }
|
||||
if not(op in [OP_NONE,OP_MOVE) and
|
||||
if not(op in [OP_NONE,OP_MOVE]) and
|
||||
(size in [OS_S64,OS_64]) and
|
||||
((a<low(longint)) or (a>high(longint))) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user