mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 17:19:32 +02:00
* fixed an {$ifndef cpu64bitalu} which had to be {$ifndef cpu64bitaddr}
git-svn-id: trunk@10371 -
This commit is contained in:
parent
638fc56489
commit
db34ed44e4
@ -224,7 +224,7 @@ implementation
|
||||
resultdef:=left.resultdef;
|
||||
end
|
||||
else
|
||||
{$ifndef cpu64bitalu}
|
||||
{$ifndef cpu64bitaddr}
|
||||
{ when there is one 64bit value, everything is done
|
||||
in 64bit }
|
||||
if (is_64bitint(left.resultdef) or
|
||||
@ -261,7 +261,7 @@ implementation
|
||||
resultdef:=left.resultdef;
|
||||
end
|
||||
else
|
||||
{$endif not cpu64bitalu}
|
||||
{$endif not cpu64bitaddr}
|
||||
begin
|
||||
{ Make everything always default singed int }
|
||||
if not(rd.ordtype in [torddef(sinttype).ordtype,torddef(uinttype).ordtype]) then
|
||||
|
Loading…
Reference in New Issue
Block a user