armv7a_algorithm_t -> struct armv7a_algorithm

Remove misleading typedef and redundant suffix from struct armv7a_algorithm.
__archive__
Zachary T Welch 2009-11-13 08:41:32 -08:00
parent 248448ee3a
commit 5415d07139
1 changed files with 2 additions and 2 deletions

View File

@ -133,13 +133,13 @@ target_to_armv7a(struct target_s *target)
armv4_5_common); armv4_5_common);
} }
typedef struct armv7a_algorithm_s struct armv7a_algorithm
{ {
int common_magic; int common_magic;
enum armv7a_mode core_mode; enum armv7a_mode core_mode;
enum armv7a_state core_state; enum armv7a_state core_state;
} armv7a_algorithm_t; };
typedef struct armv7a_core_reg_s typedef struct armv7a_core_reg_s
{ {