* mips-tdep.c (micromips_deal_with_atomic_sequence): Correct

formatting.
This commit is contained in:
Maciej W. Rozycki 2013-07-24 22:23:12 +00:00
parent 7b79b135b2
commit 3373342d64
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
* mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
formatting.
2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
* breakpoint.c (create_longjmp_master_breakpoint): Check if probe

View file

@ -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;
}