summaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorpinskia <pinskia>2012-08-19 22:21:18 +0000
committerpinskia <pinskia>2012-08-19 22:21:18 +0000
commit7637b5848574bc7085e62bc61c3f6899f5467533 (patch)
tree4afdc22e9de43d0d6ed6e52c66fb007b8df0fc1e /gdb/mips-tdep.c
parent4c8a1c4edeb9f75b187962c83fb2ef1870fda999 (diff)
downloadgdb-7637b5848574bc7085e62bc61c3f6899f5467533.tar.gz
2012-08-19 Andrew Pinski <apinski@cavium.com>
* mips-tdep.c (mips32_next_pc): Fix line spacing of the comment before the function.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 07ae4053c1e..751d7d6cd6b 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)
{