Browse Source

* there is no muls, muld must be generated

git-svn-id: trunk@1175 -
florian 20 years ago
parent
commit
10db94c8c1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/nadd.pas

+ 2 - 1
compiler/nadd.pas

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