* correct handling of -<currency> on non x86 CPUs

git-svn-id: trunk@5896 -
This commit is contained in:
florian 2007-01-11 19:34:10 +00:00
parent 21dcfcd404
commit e3f37f98ae

View File

@ -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}