소스 검색

* Use new qword_to_float32/64 compilerproc functions in first_int_to_real

git-svn-id: trunk@17624 -
tom_at_work 14 년 전
부모
커밋
1f023f4b36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/ncnv.pas

+ 1 - 1
compiler/ncnv.pas

@@ -2463,7 +2463,7 @@ implementation
                   fname:='int64_to_'
                 else
                   { we can't do better currently }
-                  fname:='int64_to_';
+                  fname:='qword_to_';
               end
             else
               { other integers are supposed to be 32 bit }