diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sparc/tm-sp64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sparc/tm-sp64.h b/gdb/config/sparc/tm-sp64.h index 423b7ec..55006c6 100644 --- a/gdb/config/sparc/tm-sp64.h +++ b/gdb/config/sparc/tm-sp64.h @@ -196,7 +196,7 @@ void sparc_fix_call_dummy (char *dummy, CORE_ADDR pc, CORE_ADDR fun, this is also an argument. This is used in call_function to build a stack, and in value_being_returned to print return values. - On Sparc64, we only pass pointers to structs if they're larger then + On Sparc64, we only pass pointers to structs if they're larger than 32 bytes. Otherwise they're stored in %o0-%o3 (floating-point values go into %fp0-%fp3). */ |