mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02:00
Fix bug #53632 with x87 fpu
This commit is contained in:
@@ -2035,7 +2035,7 @@ ZEND_API double zend_strtod (CONST char *s00, CONST char **se)
|
||||
int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, dsign,
|
||||
e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
|
||||
CONST char *s, *s0, *s1;
|
||||
double aadj, aadj1, adj;
|
||||
volatile double aadj, aadj1, adj;
|
||||
volatile _double rv, rv0;
|
||||
Long L;
|
||||
ULong y, z;
|
||||
|
||||
Reference in New Issue
Block a user