From e62b978677e9eab70b71a49f395aabcca2fae109 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sun, 19 Aug 2012 11:57:39 -0700 Subject: [PATCH 2/3] * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment before the function. --- gdb/mips-tdep.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 07ae405..751d7d6 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -1468,6 +1468,7 @@ mips32_bc1_pc (struct gdbarch *gdbarch, struct frame_info *frame, /* Determine where to set a single step breakpoint while considering branch prediction. */ + static CORE_ADDR mips32_next_pc (struct frame_info *frame, CORE_ADDR pc) { -- 1.7.2.5