From c4ac3e633c4d0eb169e9fc85d74c54693e6f82b5 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Fri, 9 Aug 2002 20:38:49 +0000 Subject: [PATCH] Fix minor formatting problem in previous patch. --- gdb/mips-tdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 18e582dd5e..01637feb7a 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) -- 2.34.1