Browse Source

* quick fix for stack checking on Linux/PPC64

git-svn-id: trunk@1716 -
tom_at_work 20 years ago
parent
commit
ff47ffb255
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_linux.pas

+ 1 - 1
compiler/systems/i_linux.pas

@@ -350,7 +350,7 @@ unit i_linux;
                 maxCrecordalign : 8
                 maxCrecordalign : 8
               );
               );
             first_parm_offset : 8;
             first_parm_offset : 8;
-            stacksize    : 32*1024*1024;
+            stacksize    : 10*1024*1024;
             DllScanSupported:false;
             DllScanSupported:false;
             use_function_relative_addresses : true;
             use_function_relative_addresses : true;
             abi : abi_default
             abi : abi_default