diff options
Diffstat (limited to 'compiler/powerpc64/cpubase.pas')
-rw-r--r-- | compiler/powerpc64/cpubase.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/powerpc64/cpubase.pas b/compiler/powerpc64/cpubase.pas index 0fe3932355..0f0ad34b2c 100644 --- a/compiler/powerpc64/cpubase.pas +++ b/compiler/powerpc64/cpubase.pas @@ -370,6 +370,10 @@ const ELF_STACK_ALIGN = 16; + { the size of the "red zone" which must not be changed by asynchronous calls + in the stack frame and can be used for storing temps } + RED_ZONE_SIZE = 288; + {***************************************************************************** Helpers *****************************************************************************} |