mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 19:29:27 +02:00
* set the node complexity of realconstn to 1 instead of the default (maximum)
git-svn-id: trunk@12919 -
This commit is contained in:
parent
e9dedb7377
commit
d8aa5a1ff8
@ -630,6 +630,8 @@ implementation
|
|||||||
while assigned(p) do
|
while assigned(p) do
|
||||||
begin
|
begin
|
||||||
case p.nodetype of
|
case p.nodetype of
|
||||||
|
{ floating point constants usually need loading from memory }
|
||||||
|
realconstn,
|
||||||
temprefn,
|
temprefn,
|
||||||
loadvmtaddrn,
|
loadvmtaddrn,
|
||||||
{ main reason for the next one: we can't take the address of }
|
{ main reason for the next one: we can't take the address of }
|
||||||
|
Loading…
Reference in New Issue
Block a user