* another use_fixed_stack fix

git-svn-id: trunk@2865 -
This commit is contained in:
Jonas Maebe 2006-03-11 20:48:58 +00:00
parent 1286df274a
commit 8ef01e93c1

View File

@ -1845,7 +1845,8 @@ implementation
if current_procinfo.procdef.proccalloption in clearstack_pocalls then
begin
parasize:=0;
if paramanager.ret_in_param(current_procinfo.procdef.rettype.def,current_procinfo.procdef.proccalloption) then
if not(use_fixed_stack) and
paramanager.ret_in_param(current_procinfo.procdef.rettype.def,current_procinfo.procdef.proccalloption) then
inc(parasize,sizeof(aint));
end
else