Ada: Fix GNU/Hurd maximum priority
gcc/ada/ChangeLog: * libgnat/system-gnu.ads: Set Max_Priority to 60. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
e7e653d383
commit
d9d92b1c1b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ package System is
|
|||
|
||||
-- Priority-related Declarations (RM D.1)
|
||||
|
||||
Max_Priority : constant Positive := 0;
|
||||
Max_Priority : constant Positive := 60;
|
||||
Max_Interrupt_Priority : constant Positive := 63;
|
||||
|
||||
subtype Any_Priority is Integer range 0 .. 63;
|
||||
|
|
Loading…
Add table
Reference in a new issue