mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* inlining on x86_64 fixed (not broken in fixes branch, needs no merging)
git-svn-id: trunk@755 -
This commit is contained in:
parent
0bfe43e7cd
commit
80f1b0953e
@ -2154,8 +2154,11 @@ type
|
||||
|
||||
is still folded. (FK)
|
||||
}
|
||||
(paramanager.push_addr_param(vs_const,para.parasym.vartype.def,procdefinition.proccalloption) or
|
||||
(node_complexity(para.left) >= NODE_COMPLEXITY_INF)))
|
||||
(
|
||||
{ this must be a not ... of course }
|
||||
not(paramanager.push_addr_param(vs_const,para.parasym.vartype.def,procdefinition.proccalloption)) or
|
||||
(node_complexity(para.left) >= NODE_COMPLEXITY_INF)
|
||||
))
|
||||
) then
|
||||
begin
|
||||
{ in theory, this is always regable, but ncgcall can't }
|
||||
|
Loading…
Reference in New Issue
Block a user