summaryrefslogtreecommitdiffstats
path: root/gcc/ada/s-scaval.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-scaval.adb')
-rw-r--r--gcc/ada/s-scaval.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-scaval.adb b/gcc/ada/s-scaval.adb
index f1742a72a38..632e30e4b01 100644
--- a/gcc/ada/s-scaval.adb
+++ b/gcc/ada/s-scaval.adb
@@ -59,7 +59,7 @@ package body System.Scalar_Values is
-- Set True if we are on an x86 with 96-bit floats for extended
AFloat : constant Boolean :=
- Long_Float'Size = 48 and Long_Long_Float'Size = 48;
+ Long_Float'Size = 48 and then Long_Long_Float'Size = 48;
-- Set True if we are on an AAMP with 48-bit extended floating point
type ByteLF is array (0 .. 7 - 2 * Boolean'Pos (AFloat)) of Byte1;
OpenPOWER on IntegriCloud