* properly set needstackframe for assembler routines

git-svn-id: trunk@6516 -
This commit is contained in:
Jonas Maebe 2007-02-16 22:13:11 +00:00
parent 3aa64eb6b4
commit 0926c4c64d

View File

@ -182,7 +182,10 @@ unit cpupi;
end;
end
else
begin
result := align(tg.lasttemp,16);
needstackframe:=result<>0;
end;
end;