Fia x comment typo.
[deliverable/binutils-gdb.git] / gdb / doublest.c
index 09bb15502ba3c4a6bd749c87c1be183f7a72f212..3f283e13ffa55842eba72b08a4515b52fe0ca38e 100644 (file)
@@ -180,7 +180,7 @@ convert_floatformat_to_doublest (const struct floatformat *fmt,
   if (!special_exponent)
     exponent -= fmt->exp_bias;
   else if (exponent == 0)
-    exponent = 1 - (int) fmt->exp_bias;
+    exponent = 1 - fmt->exp_bias;
 
   /* Build the result algebraically.  Might go infinite, underflow, etc;
      who cares. */
This page took 0.023602 seconds and 4 git commands to generate.