mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* sparc64-tdep.c (sparc64_store_arguments): Fix passing
quad-precision floating point arguments in registers.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-06-24 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparc64-tdep.c (sparc64_store_arguments): Fix passing
|
||||
quad-precision floating point arguments in registers.
|
||||
|
||||
2004-06-24 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
From Michael Mueller <m.mueller99@kay-mueller.de>:
|
||||
|
||||
@@ -931,7 +931,7 @@ sparc64_store_arguments (struct regcache *regcache, int nargs,
|
||||
gdb_assert (element < 6);
|
||||
regnum = SPARC_O0_REGNUM + element;
|
||||
regcache_cooked_write (regcache, regnum, valbuf);
|
||||
regcache_cooked_write (regcache, regnum + 1, valbuf);
|
||||
regcache_cooked_write (regcache, regnum + 1, valbuf + 8);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user