mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 23:06:11 +02:00
* properly set needstackframe for assembler routines
git-svn-id: trunk@6516 -
This commit is contained in:
parent
3aa64eb6b4
commit
0926c4c64d
@ -182,7 +182,10 @@ unit cpupi;
|
||||
end;
|
||||
end
|
||||
else
|
||||
begin
|
||||
result := align(tg.lasttemp,16);
|
||||
needstackframe:=result<>0;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user