Explorar o código

* define STACK_BIAS constant for sparc64, it is fundamental

git-svn-id: trunk@36540 -
florian %!s(int64=8) %!d(string=hai) anos
pai
achega
8bbe7d7268
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      rtl/inc/systemh.inc

+ 3 - 0
rtl/inc/systemh.inc

@@ -698,6 +698,9 @@ const
   Test68000 : byte = 0;      { Must be determined at startup for both }
   Test68000 : byte = 0;      { Must be determined at startup for both }
   Test68881 : byte = 0;
   Test68881 : byte = 0;
 {$endif cpum68k}
 {$endif cpum68k}
+{$ifdef cpusparc64}
+  STACK_BIAS = 2047;
+{$endif cpusparc64}
 
 
 { max level in dumping on error }
 { max level in dumping on error }
   Max_Frame_Dump : Word = 8;
   Max_Frame_Dump : Word = 8;