diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-07-24 22:23:12 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2013-07-24 22:23:12 +0000 |
commit | 3373342d6421686a4c7424a7ef3d5d492d0e4fa8 (patch) | |
tree | 7893a972ad8b3a63a52e2549cde1db3f27cf194c /gdb/mips-tdep.c | |
parent | 7b79b135b2faa8accc1343840fc3e60fdc7d931b (diff) | |
download | gdb-3373342d6421686a4c7424a7ef3d5d492d0e4fa8.zip gdb-3373342d6421686a4c7424a7ef3d5d492d0e4fa8.tar.gz gdb-3373342d6421686a4c7424a7ef3d5d492d0e4fa8.tar.bz2 |
* mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
formatting.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index f60a844..bcbdcc5 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -3943,7 +3943,7 @@ micromips_deal_with_atomic_sequence (struct gdbarch *gdbarch, /* Effectively inserts the breakpoints. */ for (index = 0; index <= last_breakpoint; index++) - insert_single_step_breakpoint (gdbarch, aspace, breaks[index]); + insert_single_step_breakpoint (gdbarch, aspace, breaks[index]); return 1; } |