aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-intman-android.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-intman-android.adb')
-rw-r--r--gcc/ada/s-intman-android.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-intman-android.adb b/gcc/ada/s-intman-android.adb
index 30a980e..2822cbd 100644
--- a/gcc/ada/s-intman-android.adb
+++ b/gcc/ada/s-intman-android.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2014, Free Software Foundation, Inc. --
+-- Copyright (C) 2014-2016, Free Software Foundation, Inc. --
-- --
-- GNARL 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- --
@@ -239,7 +239,7 @@ package body System.Interrupt_Management is
-- Add signals that map to Ada exceptions to the mask
for J in Exception_Interrupts'Range loop
- if State (Exception_Interrupts (J)) /= Default then
+ if State (Exception_Interrupts (J)) /= Default then
Result :=
sigaddset
(Signal_Mask'Access, Signal (Exception_Interrupts (J)));