Commit fedb0830 by Arnaud Charlet

Change percentage to 25

From-SVN: r244359
parent eacfa9bc
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Copyright (C) 1992-2014, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2016, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -70,7 +70,7 @@ package System.Parameters is ...@@ -70,7 +70,7 @@ package System.Parameters is
-- The special value of minus one indicates that the secondary -- The special value of minus one indicates that the secondary
-- stack is to be allocated from the heap instead. -- stack is to be allocated from the heap instead.
Sec_Stack_Percentage : constant Percentage := 50; Sec_Stack_Percentage : constant Percentage := 25;
-- This constant defines the handling of the secondary stack -- This constant defines the handling of the secondary stack
Sec_Stack_Dynamic : constant Boolean := Sec_Stack_Percentage = Dynamic; Sec_Stack_Dynamic : constant Boolean := Sec_Stack_Percentage = Dynamic;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment