* mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
formatting.
This commit is contained in:
parent
7b79b135b2
commit
3373342d64
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue