瀏覽代碼

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