소스 검색

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