mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 12:26:58 +02:00
* fixed unary minus in softfloat mode (bug #8737).
git-svn-id: trunk@8047 -
This commit is contained in:
parent
1807613f88
commit
afdd053172
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user