armv7a_core_reg_t -> struct armv7a_core_reg

Remove misleading typedef and redundant suffix from struct armv7a_core_reg.
This commit is contained in:
Zachary T Welch
2009-11-13 08:41:35 -08:00
parent 5415d07139
commit 2744a031cb
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ char* armv7a_state_strings[] =
"ARM", "Thumb", "Jazelle", "ThumbEE"
};
armv7a_core_reg_t armv7a_core_reg_list_arch_info[] =
struct armv7a_core_reg armv7a_core_reg_list_arch_info[] =
{
{0, ARMV4_5_MODE_ANY, NULL, NULL},
{1, ARMV4_5_MODE_ANY, NULL, NULL},