From 249de4f63c200105160b5677c48dfd8d4af074ab Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 13 Jul 2003 16:38:04 +0000 Subject: *** empty log message *** --- gdb/x86-64-tdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/x86-64-tdep.c b/gdb/x86-64-tdep.c index 8bb507c..a93af05 100644 --- a/gdb/x86-64-tdep.c +++ b/gdb/x86-64-tdep.c @@ -788,7 +788,8 @@ x86_64_store_return_value (struct type *type, struct regcache *regcache, else if (TYPE_CODE_FLT == TYPE_CODE (type)) { /* Handle double and float variables. */ - regcache_cooked_write_part (regcache, X86_64_XMM0_REGNUM, 0, len, buf); + regcache_cooked_write_part (regcache, X86_64_XMM0_REGNUM, + 0, len, valbuf); } /* XXX: What about complex floating point types? */ else -- cgit v1.1