Преглед изворни кода

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

git-svn-id: trunk@5896 -
florian пре 18 година
родитељ
комит
e3f37f98ae
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/nmat.pas

+ 1 - 1
compiler/nmat.pas

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