diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 8520b33..d49fe13 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -33,8 +33,8 @@ struct gdbarch_info; extern int gdbarch_debug; /* An implementation of return_value that props up architectures still - using USE_STRUCT_RETURN, EXTRACT_RETURN_VALUE and - STORE_RETURN_VALUE. See also the hacks in "stack.c". */ + using USE_STRUCT_RETURN, gdbarch_extract_return_value and + store_return_value. See also the hacks in "stack.c". */ enum return_value_convention legacy_return_value (struct gdbarch *gdbarch, struct type *valtype, struct regcache *regcache, |