mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* correct handling of -<currency> on non x86 CPUs
git-svn-id: trunk@5896 -
This commit is contained in:
parent
21dcfcd404
commit
e3f37f98ae
@ -644,7 +644,7 @@ implementation
|
||||
end
|
||||
{$endif SUPPORT_MMX}
|
||||
{$ifndef cpu64bit}
|
||||
else if is_64bitint(left.resultdef) then
|
||||
else if is_64bit(left.resultdef) then
|
||||
begin
|
||||
end
|
||||
{$endif cpu64bit}
|
||||
|
Loading…
Reference in New Issue
Block a user