Commit 21de9325 by Arnaud Charlet

(Default_Attribute_Count): Replace by Max_Attribute_Count.

From-SVN: r213288
parent 18c56840
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2014, 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- --
...@@ -182,9 +182,8 @@ package System.Parameters is ...@@ -182,9 +182,8 @@ package System.Parameters is
-- Task Attributes -- -- Task Attributes --
--------------------- ---------------------
Default_Attribute_Count : constant := 4; Max_Attribute_Count : constant := 8;
-- Number of pre-allocated Address-sized task attributes stored in the -- Number of task attributes stored in the task control block
-- task control block.
-------------------- --------------------
-- Runtime Traces -- -- Runtime Traces --
......
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