Kaynağa Gözat

* there is no muls, muld must be generated

git-svn-id: trunk@1175 -
florian 20 yıl önce
ebeveyn
işleme
10db94c8c1
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      compiler/nadd.pas

+ 2 - 1
compiler/nadd.pas

@@ -1895,7 +1895,8 @@ implementation
             end;
 
           end;
-
+        if procname='MULS' then
+          procname:='MULD';
         result:=ccallnode.createintern(procname,ccallparanode.create(right,
            ccallparanode.create(left,nil)));
         left:=nil;