* tarmtypeconvnode.first_int_to_real should call the generic method in the parent class, if soft fpu code is generated, resolves

git-svn-id: trunk@35430 -
This commit is contained in:
florian 2017-02-12 16:05:13 +00:00
parent 7702ebb261
commit c961c72c30

View File

@ -75,6 +75,9 @@ implementation
fname: string[19];
begin
if (cs_fp_emulation in current_settings.moduleswitches) or
{$ifdef cpufpemu}
(current_settings.fputype=fpu_soft) or
{$endif cpufpemu}
(current_settings.fputype=fpu_fpv4_s16) then
result:=inherited first_int_to_real
else