فهرست منبع

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