(CHECK_FLOAT_VALUE): Fix misspelled use of parameter.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 May 1995 22:51:19 +0000 (18:51 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 May 1995 22:51:19 +0000 (18:51 -0400)
From-SVN: r9692

gcc/config/fx80/fx80.h

index 588b64641f580f35ef6cd8bb7429abf8ea438801..c5896162d6c9fd359514537583f29811700437ab 100644 (file)
@@ -900,7 +900,7 @@ extern enum reg_class regno_reg_class[];
       else if (((D) > 0) && ((D) < 1.1754943508222873e-38))            \
        (OVERFLOW) = 1, (D) = 0.0;                                      \
       else if (((d) < 0) && ((d) > -1.1754943508222873e-38))           \
-       (OVEFLOW) = 1, (D) = 0.0;                                       \
+       (OVERFLOW) = 1, (D) = 0.0;                                      \
     }
 \f
 /* Tell final.c how to eliminate redundant test instructions.  */