mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 20:05:57 +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;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
result := align(tg.lasttemp,16);
|
begin
|
||||||
|
result := align(tg.lasttemp,16);
|
||||||
|
needstackframe:=result<>0;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user