diff options
Diffstat (limited to 'gdb/rs6000-xdep.c')
-rw-r--r-- | gdb/rs6000-xdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-xdep.c b/gdb/rs6000-xdep.c index 62f3f59..c8c0c1d 100644 --- a/gdb/rs6000-xdep.c +++ b/gdb/rs6000-xdep.c @@ -333,7 +333,7 @@ frame_initial_stack_address (fi) return fi->initial_sp = read_register (fdata.alloca_reg); /* Otherwise, this is a caller frame. Callee has usually already saved - registers, but there are are exceptions (such as when the callee + registers, but there are exceptions (such as when the callee has no parameters). Find the address in which caller's alloca register is saved. */ |