summaryrefslogtreecommitdiffstats
path: root/newlib/libm/common/sf_round.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/common/sf_round.c')
-rw-r--r--newlib/libm/common/sf_round.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/common/sf_round.c b/newlib/libm/common/sf_round.c
index 75a72fe75..db1cf548f 100644
--- a/newlib/libm/common/sf_round.c
+++ b/newlib/libm/common/sf_round.c
@@ -19,7 +19,7 @@
#endif
{
int signbit;
- int w;
+ __uint32_t w;
/* Most significant word, least significant word. */
int exponent_less_127;