mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 01:49:09 +02:00
* correctly set std_param_align for sparc64
git-svn-id: trunk@36948 -
This commit is contained in:
parent
9c3f5db022
commit
4988337e6f
@ -325,7 +325,7 @@ uses
|
|||||||
The value of this constant is equal to the constant
|
The value of this constant is equal to the constant
|
||||||
PARM_BOUNDARY / BITS_PER_UNIT in the GCC source.
|
PARM_BOUNDARY / BITS_PER_UNIT in the GCC source.
|
||||||
}
|
}
|
||||||
std_param_align = 4; { for 32-bit version only }
|
std_param_align = sizeof(AWord);
|
||||||
|
|
||||||
{$ifdef SPARC64}
|
{$ifdef SPARC64}
|
||||||
STACK_BIAS = 2047;
|
STACK_BIAS = 2047;
|
||||||
|
Loading…
Reference in New Issue
Block a user