mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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
@ -1,3 +1,7 @@
|
||||
2001-12-30 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* sparc-tdep.c (sparc-store-return-value): Whitespace fix-up.
|
||||
|
||||
2001-12-29 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* Makefile.in (rs6000-tdep.o): Add dependency on parser-defs.h.
|
||||
|
@ -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…
Reference in New Issue
Block a user