summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/powerpc/strtosfix64.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/strtosfix64.c')
-rw-r--r--newlib/libc/machine/powerpc/strtosfix64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/powerpc/strtosfix64.c b/newlib/libc/machine/powerpc/strtosfix64.c
index 09999c1a9..3006632a4 100644
--- a/newlib/libc/machine/powerpc/strtosfix64.c
+++ b/newlib/libc/machine/powerpc/strtosfix64.c
@@ -28,7 +28,7 @@ _DEFUN (_strtosfix64_r, (rptr, nptr, endptr),
_simdstrtold ((char *)nptr, endptr, &ldbl);
/* treat NAN as domain error, +/- infinity as saturation */
- ld_type = _simdldcheck (&ldbl.ld);
+ ld_type = _simdldcheck (&ldbl);
if (ld_type != 0)
{
if (ld_type == 1)