aboutsummaryrefslogtreecommitdiff
path: root/gdb/doublest.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-02-09 17:25:57 +0000
committerMark Kettenis <kettenis@gnu.org>2002-02-09 17:25:57 +0000
commit0b87a11db92c78d9ddf3b1de2599202558c2a054 (patch)
tree9ea68dfafb99bf0521c3bc2ee22dc6701a2bbf75 /gdb/doublest.c
parentbdc2fc72b3e21f67ce8b5eae4720429989e1c7fc (diff)
downloadgdb-0b87a11db92c78d9ddf3b1de2599202558c2a054.zip
gdb-0b87a11db92c78d9ddf3b1de2599202558c2a054.tar.gz
gdb-0b87a11db92c78d9ddf3b1de2599202558c2a054.tar.bz2
* doublest.c (store_typed_floating): Don't try to return a value.
Fixes PR gdb/290.
Diffstat (limited to 'gdb/doublest.c')
-rw-r--r--gdb/doublest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doublest.c b/gdb/doublest.c
index 93e4a7e..a4b4b76 100644
--- a/gdb/doublest.c
+++ b/gdb/doublest.c
@@ -732,9 +732,9 @@ store_typed_floating (void *addr, const struct type *type, DOUBLEST val)
memset (addr, 0, TYPE_LENGTH (type));
if (TYPE_FLOATFORMAT (type) == NULL)
- return store_floating (addr, TYPE_LENGTH (type), val);
-
- floatformat_from_doublest (TYPE_FLOATFORMAT (type), &val, addr);
+ store_floating (addr, TYPE_LENGTH (type), val);
+ else
+ floatformat_from_doublest (TYPE_FLOATFORMAT (type), &val, addr);
}
/* Convert a floating-point number of type FROM_TYPE from a