mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-14 07:19:26 +01:00
* align tempsize also on stackalignment
This commit is contained in:
parent
bfed29ff8b
commit
2e88fbde1a
@ -278,7 +278,7 @@ unit temp_gen;
|
|||||||
|
|
||||||
function gettempsize : longint;
|
function gettempsize : longint;
|
||||||
begin
|
begin
|
||||||
gettempsize:=-lasttemp;
|
gettempsize:=Align(-lasttemp,target_os.stackalignment);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -530,7 +530,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.27 1999-05-21 11:46:28 pierre
|
Revision 1.28 1999-05-21 17:23:47 peter
|
||||||
|
* align tempsize also on stackalignment
|
||||||
|
|
||||||
|
Revision 1.27 1999/05/21 11:46:28 pierre
|
||||||
* bestsize bug fixed
|
* bestsize bug fixed
|
||||||
|
|
||||||
Revision 1.26 1999/05/19 11:51:00 pierre
|
Revision 1.26 1999/05/19 11:51:00 pierre
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user