* fixed unary minus in softfloat mode (bug #8737).

git-svn-id: trunk@8047 -
This commit is contained in:
yury 2007-07-14 10:09:37 +00:00
parent 1807613f88
commit afdd053172

View File

@ -704,8 +704,8 @@ implementation
internalerror(2005082801);
end;
result:=ctypeconvnode.create_internal(ccallnode.createintern(procname,ccallparanode.create(
ctypeconvnode.create_internal(crealconstnode.create(0,resultdef),fdef),
ccallparanode.create(ctypeconvnode.create_internal(left,fDef),nil))),resultdef);
ctypeconvnode.create_internal(left,fDef),
ccallparanode.create(ctypeconvnode.create_internal(crealconstnode.create(0,resultdef),fdef),nil))),resultdef);
end
else
begin