aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2002-08-09 20:38:49 +0000
committerKevin Buettner <kevinb@redhat.com>2002-08-09 20:38:49 +0000
commitc4ac3e633c4d0eb169e9fc85d74c54693e6f82b5 (patch)
tree7c1f78889b99ea9894e2064a02b4ec88b5c3f83d
parentffabd70d003a267bfb633cbd34be27830ac79638 (diff)
downloadgdb-c4ac3e633c4d0eb169e9fc85d74c54693e6f82b5.zip
gdb-c4ac3e633c4d0eb169e9fc85d74c54693e6f82b5.tar.gz
gdb-c4ac3e633c4d0eb169e9fc85d74c54693e6f82b5.tar.bz2
Fix minor formatting problem in previous patch.
-rw-r--r--gdb/mips-tdep.c3
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)