diff options
Diffstat (limited to 'gcc/ada/5wintman.adb')
-rw-r--r-- | gcc/ada/5wintman.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/5wintman.adb b/gcc/ada/5wintman.adb index 7e8acb989fa..6e47959bd26 100644 --- a/gcc/ada/5wintman.adb +++ b/gcc/ada/5wintman.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- $Revision: 1.2 $ +-- $Revision: 1.1 $ -- -- -- Copyright (C) 1991-2000 Free Software Foundation, Inc. -- -- -- @@ -66,7 +66,7 @@ package body System.Interrupt_Management is end Initialize_Interrupts; begin - -- "Reserve" all the interrupts, except those that are explicitely defined + -- "Reserve" all the interrupts, except those that are explicitly defined for J in Interrupt_ID'Range loop Reserve (J) := True; |