mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
gdb: fix comment for gdbarch_stack_grows_down
The comment for gdbarch_stack_grows_down was wrong. Fixed in this commit. There should be no user visible changes after this commit.
This commit is contained in:
@@ -369,7 +369,7 @@ gdbarch_num_cooked_regs (gdbarch *arch)
|
||||
return gdbarch_num_regs (arch) + gdbarch_num_pseudo_regs (arch);
|
||||
}
|
||||
|
||||
/* Return true if stacks for ARCH grow down, otherwise return true. */
|
||||
/* Return true if stacks for ARCH grow down, otherwise return false. */
|
||||
|
||||
static inline bool
|
||||
gdbarch_stack_grows_down (gdbarch *arch)
|
||||
|
||||
Reference in New Issue
Block a user