Explorar o código

* fixed generic uint32->float softfpu conversion

git-svn-id: trunk@12200 -
Jonas Maebe %!s(int64=16) %!d(string=hai) anos
pai
achega
7b4eed79ce
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      compiler/ncnv.pas

+ 1 - 2
compiler/ncnv.pas

@@ -2346,8 +2346,7 @@ implementation
                 if is_signed(left.resultdef) then
                   fname:='int32_to_'
                 else
-                  { we can't do better currently }
-                  fname:='int32_to_';
+                  fname:='int64_to_';
                 firstpass(left);
               end;
             if tfloatdef(resultdef).floattype=s64real then