瀏覽代碼

* fixed wince build.

git-svn-id: trunk@5250 -
yury 19 年之前
父節點
當前提交
5a9b0949c5
共有 1 個文件被更改,包括 5 次插入1 次删除
  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