arm11_sc7_action_t -> struct arm11_sc7_action

Remove misleading typedef and redundant suffix from struct arm11_sc7_action.
This commit is contained in:
Zachary T Welch
2009-11-13 08:39:54 -08:00
parent 3bcd9ad9d0
commit f3b3752a9e
3 changed files with 10 additions and 10 deletions

View File

@@ -851,7 +851,7 @@ static int arm11_resume(struct target_s *target, int current,
for (bp = target->breakpoints; bp; bp = bp->next)
{
arm11_sc7_action_t brp[2];
struct arm11_sc7_action brp[2];
brp[0].write = 1;
brp[0].address = ARM11_SC7_BVR0 + brp_num;
@@ -1074,7 +1074,7 @@ static int arm11_step(struct target_s *target, int current,
/* Set up breakpoint for stepping */
arm11_sc7_action_t brp[2];
struct arm11_sc7_action brp[2];
brp[0].write = 1;
brp[0].address = ARM11_SC7_BVR0;