From 7b4eed79ce3350d93567b32706c96f83af9575cc Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 22 Nov 2008 18:05:19 +0000 Subject: [PATCH] * fixed generic uint32->float softfpu conversion git-svn-id: trunk@12200 - --- compiler/ncnv.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/ncnv.pas b/compiler/ncnv.pas index cfb1ae706d..3d78c82ed5 100644 --- a/compiler/ncnv.pas +++ b/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