aboutsummaryrefslogtreecommitdiff
path: root/strtorxL.c
diff options
context:
space:
mode:
Diffstat (limited to 'strtorxL.c')
-rw-r--r--strtorxL.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strtorxL.c b/strtorxL.c
index ff62a61302a5..58acc8085561 100644
--- a/strtorxL.c
+++ b/strtorxL.c
@@ -70,7 +70,8 @@ ULtoxL(ULong *L, ULong *bits, Long exp, int k)
case STRTOG_Infinite:
L[_0] = 0x7fff << 16;
- L[_1] = L[_2] = 0;
+ L[_1] = 0x80000000;
+ L[_2] = 0;
break;
case STRTOG_NaN: