* inlining on x86_64 fixed (not broken in fixes branch, needs no merging)

git-svn-id: trunk@755 -
This commit is contained in:
florian 2005-07-26 20:44:58 +00:00
parent 0bfe43e7cd
commit 80f1b0953e

View File

@ -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 }