mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +02:00
* there is no muls, muld must be generated
git-svn-id: trunk@1175 -
This commit is contained in:
parent
4f2c0a7049
commit
10db94c8c1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user