summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa/machdep_ldisx.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gdtoa/machdep_ldisx.c')
-rw-r--r--lib/libc/gdtoa/machdep_ldisx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gdtoa/machdep_ldisx.c b/lib/libc/gdtoa/machdep_ldisx.c
index 1920c39..0b61de6 100644
--- a/lib/libc/gdtoa/machdep_ldisx.c
+++ b/lib/libc/gdtoa/machdep_ldisx.c
@@ -40,6 +40,6 @@ strtold(const char * __restrict s, char ** __restrict sp)
{
long double result;
- strtopx(s, sp, result);
+ strtopx(s, sp, &result);
return result;
}
OpenPOWER on IntegriCloud