diff options
Diffstat (limited to 'gdb/doublest.c')
-rw-r--r-- | gdb/doublest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/doublest.c b/gdb/doublest.c index a4b4b76..6e96d78 100644 --- a/gdb/doublest.c +++ b/gdb/doublest.c @@ -681,6 +681,7 @@ store_floating (void *addr, int len, DOUBLEST val) { warning ("Can't store a floating-point number of %d bytes.", len); memset (addr, 0, len); + return; } floatformat_from_doublest (fmt, &val, addr); |