Browse Source

* fixed wince build.

git-svn-id: trunk@5250 -
yury 19 years ago
parent
commit
5a9b0949c5
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/nadd.pas

+ 5 - 1
compiler/nadd.pas

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