Commit e787a350 by Richard Kenner

(CHECK_FLOAT_VALUE): Fix misspelling of OVERFLOW parameter.

From-SVN: r9698
parent daefd78b
...@@ -133,7 +133,7 @@ extern int target_flags; ...@@ -133,7 +133,7 @@ extern int target_flags;
/* this section is borrowed from the vax version since the */ /* this section is borrowed from the vax version since the */
/* formats are the same in both of the architectures */ /* formats are the same in both of the architectures */
#define CHECK_FLOAT_VALUE(MODE, D, OVEFLOW) \ #define CHECK_FLOAT_VALUE(MODE, D, OVERFLOW) \
if (OVERFLOW) \ if (OVERFLOW) \
(D) = 1.7014117331926443e+38; \ (D) = 1.7014117331926443e+38; \
else if ((MODE) == SFmode) \ else if ((MODE) == SFmode) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment