Add ravenscar-thread support for powerpc.
[deliverable/binutils-gdb.git] / gdb / doublest.c
index f683002020ffbd308476de54b61ad71e8803560d..0308dac619009d5eab81f2f0b0a5772970045e79 100644 (file)
@@ -483,7 +483,7 @@ convert_doublest_to_floatformat (CONST struct floatformat *fmt,
       goto finalize_byteorder;
     }
 
-  if (exponent + fmt->exp_bias >= (1 << fmt->exp_len) - 1)
+  if (exponent + fmt->exp_bias >= (1 << fmt->exp_len))
     {
       /* The value is too large to fit into the destination.
         Treat as infinity.  */
This page took 0.030325 seconds and 4 git commands to generate.