Ver Fonte

* there is no muls, muld must be generated

git-svn-id: trunk@1175 -
florian há 20 anos atrás
pai
commit
10db94c8c1
1 ficheiros alterados com 2 adições e 1 exclusões
  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;