diff options
Diffstat (limited to 'gcc/ada/gnat1drv.adb')
-rw-r--r-- | gcc/ada/gnat1drv.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/gnat1drv.adb b/gcc/ada/gnat1drv.adb index a1552dcb3fa..a59fc30d1ca 100644 --- a/gcc/ada/gnat1drv.adb +++ b/gcc/ada/gnat1drv.adb @@ -393,8 +393,7 @@ begin if Targparm.GCC_ZCX_Support_On_Target then Exception_Mechanism := Back_End_Exceptions; else - Osint.Fail - ("Zero Cost Exceptions not supported on this target"); + Osint.Fail ("Zero Cost Exceptions not supported on this target"); end if; end if; |