2001-12-30 Michael Snyder <msnyder@redhat.com>
* sparc-tdep.c (sparc-store-return-value): Whitespace fix-up.
This commit is contained in:
parent
2a6585f062
commit
902d0061c7
2 changed files with 5 additions and 1 deletions
|
@ -2080,7 +2080,7 @@ sparc_store_return_value (struct type *type, char *valbuf)
|
|||
int regno;
|
||||
char *buffer;
|
||||
|
||||
buffer = alloca(MAX_REGISTER_RAW_SIZE);
|
||||
buffer = alloca (MAX_REGISTER_RAW_SIZE);
|
||||
|
||||
if (TYPE_CODE (type) == TYPE_CODE_FLT && SPARC_HAS_FPU)
|
||||
/* Floating-point values are returned in the register pair */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue