diff options
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 18e582d..01637fe 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -1264,8 +1264,7 @@ mips_next_pc (CORE_ADDR pc) does nothing more than set frame->saved_regs[SP_REGNUM]. These two functions should really be combined and now that there is only one caller, it should be straightforward. (Watch out for multiple returns - though.) -*/ + though.) */ static void mips_find_saved_regs (struct frame_info *fci) |