* correctly set std_param_align for sparc64

git-svn-id: trunk@36948 -
This commit is contained in:
florian 2017-08-20 15:21:54 +00:00
parent 9c3f5db022
commit 4988337e6f

View File

@ -325,7 +325,7 @@ uses
The value of this constant is equal to the constant
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}
STACK_BIAS = 2047;