Procházet zdrojové kódy

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

git-svn-id: trunk@5896 -
florian před 18 roky
rodič
revize
e3f37f98ae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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}