(CHECK_FLOAT_VALUE): Fix misspelling of OVERFLOW parameter.
From-SVN: r9698
This commit is contained in:
parent
daefd78b4c
commit
e787a350fd
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user