aboutsummaryrefslogtreecommitdiff
path: root/gdb/doublest.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doublest.c')
-rw-r--r--gdb/doublest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/doublest.c b/gdb/doublest.c
index d9e1fc6..e464177 100644
--- a/gdb/doublest.c
+++ b/gdb/doublest.c
@@ -360,8 +360,7 @@ convert_doublest_to_floatformat (const struct floatformat *fmt,
uto = newto;
memcpy (&dfrom, from, sizeof (dfrom));
- memset (uto, 0, (fmt->totalsize + FLOATFORMAT_CHAR_BIT - 1)
- / FLOATFORMAT_CHAR_BIT);
+ memset (uto, 0, floatformat_totalsize_bytes (fmt));
if (fmt->split_half)
{