mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 21:21:39 +02:00
* fixed wince build.
git-svn-id: trunk@5250 -
This commit is contained in:
parent
4e3c5e202a
commit
5a9b0949c5
@ -2200,7 +2200,11 @@ implementation
|
||||
end;
|
||||
case tfloatdef(left.resultdef).floattype of
|
||||
s32real:
|
||||
procname:=procname+'S';
|
||||
begin
|
||||
procname:=procname+'S';
|
||||
if nodetype in [addn,muln,subn,slashn] then
|
||||
procname:=lower(procname);
|
||||
end;
|
||||
s64real:
|
||||
procname:=procname+'D';
|
||||
{!!! not yet implemented
|
||||
|
Loading…
Reference in New Issue
Block a user