*** empty log message ***

This commit is contained in:
Mark Kettenis 2003-07-13 16:38:04 +00:00
parent 01e4b82365
commit 249de4f63c
1 changed files with 2 additions and 1 deletions

View File

@ -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