From 98e34a948b5f7aaf3b9d5736ec956dc460972478 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 15 May 1995 18:51:19 -0400 Subject: [PATCH] (CHECK_FLOAT_VALUE): Fix misspelled use of parameter. From-SVN: r9692 --- gcc/config/fx80/fx80.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/fx80/fx80.h b/gcc/config/fx80/fx80.h index 588b64641f5..c5896162d6c 100644 --- a/gcc/config/fx80/fx80.h +++ b/gcc/config/fx80/fx80.h @@ -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; \ } /* Tell final.c how to eliminate redundant test instructions. */ -- 2.30.2