mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:49:30 +02:00
* define STACK_BIAS constant for sparc64, it is fundamental
git-svn-id: trunk@36540 -
This commit is contained in:
parent
2e2e560d5a
commit
8bbe7d7268
@ -698,6 +698,9 @@ const
|
||||
Test68000 : byte = 0; { Must be determined at startup for both }
|
||||
Test68881 : byte = 0;
|
||||
{$endif cpum68k}
|
||||
{$ifdef cpusparc64}
|
||||
STACK_BIAS = 2047;
|
||||
{$endif cpusparc64}
|
||||
|
||||
{ max level in dumping on error }
|
||||
Max_Frame_Dump : Word = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user