Sfoglia il codice sorgente

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

git-svn-id: trunk@5896 -
florian 18 anni fa
parent
commit
e3f37f98ae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}