mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:49:19 +02:00
* fixed generic uint32->float softfpu conversion
git-svn-id: trunk@12200 -
This commit is contained in:
parent
3d25478436
commit
7b4eed79ce
@ -2346,8 +2346,7 @@ implementation
|
|||||||
if is_signed(left.resultdef) then
|
if is_signed(left.resultdef) then
|
||||||
fname:='int32_to_'
|
fname:='int32_to_'
|
||||||
else
|
else
|
||||||
{ we can't do better currently }
|
fname:='int64_to_';
|
||||||
fname:='int32_to_';
|
|
||||||
firstpass(left);
|
firstpass(left);
|
||||||
end;
|
end;
|
||||||
if tfloatdef(resultdef).floattype=s64real then
|
if tfloatdef(resultdef).floattype=s64real then
|
||||||
|
Loading…
Reference in New Issue
Block a user