Explorar el Código

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

git-svn-id: trunk@5896 -
florian hace 18 años
padre
commit
e3f37f98ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}