xscale_reg_t -> struct xscale_reg

Remove misleading typedef and redundant suffix from struct xscale_reg.
This commit is contained in:
Zachary T Welch
2009-11-13 08:45:40 -08:00
parent 1f87cf4e80
commit 18475360b2
2 changed files with 8 additions and 8 deletions

View File

@@ -138,11 +138,11 @@ target_to_xscale(struct target_s *target)
armv4_5_common);
}
typedef struct xscale_reg_s
struct xscale_reg
{
int dbg_handler_number;
target_t *target;
} xscale_reg_t;
};
enum
{