mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
* sparc64-tdep.c (sparc64_store_arguments)
(sparc64_store_arguments): Fix coding style.
This commit is contained in:
parent
050396e533
commit
fb57d4525b
@ -1,3 +1,8 @@
|
||||
2012-04-09 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparc64-tdep.c (sparc64_store_arguments)
|
||||
(sparc64_store_arguments): Fix coding style.
|
||||
|
||||
2012-04-07 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparc64-tdep.c (sparc64_store_arguments): Fix handling of
|
||||
|
@ -785,8 +785,8 @@ sparc64_store_arguments (struct regcache *regcache, int nargs,
|
||||
struct type *type = value_type (args[i]);
|
||||
int len = TYPE_LENGTH (type);
|
||||
|
||||
if (sparc64_structure_or_union_p (type) ||
|
||||
(sparc64_complex_floating_p (type) && len == 32))
|
||||
if (sparc64_structure_or_union_p (type)
|
||||
|| (sparc64_complex_floating_p (type) && len == 32))
|
||||
{
|
||||
/* Structure or Union arguments. */
|
||||
if (len <= 16)
|
||||
@ -887,8 +887,8 @@ sparc64_store_arguments (struct regcache *regcache, int nargs,
|
||||
int regnum = -1;
|
||||
gdb_byte buf[16];
|
||||
|
||||
if (sparc64_structure_or_union_p (type) ||
|
||||
(sparc64_complex_floating_p (type) && len == 32))
|
||||
if (sparc64_structure_or_union_p (type)
|
||||
|| (sparc64_complex_floating_p (type) && len == 32))
|
||||
{
|
||||
/* Structure or Union arguments. */
|
||||
gdb_assert (len <= 16);
|
||||
|
Loading…
Reference in New Issue
Block a user