* fixed wince build.

git-svn-id: trunk@5250 -
This commit is contained in:
yury 2006-11-05 17:55:00 +00:00
parent 4e3c5e202a
commit 5a9b0949c5

View File

@ -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