(CHECK_FLOAT_VALUE): Fix misspelling of OVERFLOW parameter.

From-SVN: r9698
This commit is contained in:
Richard Kenner 1995-05-15 22:36:03 -04:00
parent daefd78b4c
commit e787a350fd

View File

@ -133,7 +133,7 @@ extern int target_flags;
/* this section is borrowed from the vax version since the */
/* 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) \
(D) = 1.7014117331926443e+38; \
else if ((MODE) == SFmode) \