From 5415d07139faeb2541127d5a7bcedef833b79de3 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:41:32 -0800 Subject: armv7a_algorithm_t -> struct armv7a_algorithm Remove misleading typedef and redundant suffix from struct armv7a_algorithm. --- src/target/armv7a.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/armv7a.h') diff --git a/src/target/armv7a.h b/src/target/armv7a.h index e5615bb5..5a77befc 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -133,13 +133,13 @@ target_to_armv7a(struct target_s *target) armv4_5_common); } -typedef struct armv7a_algorithm_s +struct armv7a_algorithm { int common_magic; enum armv7a_mode core_mode; enum armv7a_state core_state; -} armv7a_algorithm_t; +}; typedef struct armv7a_core_reg_s { -- cgit v1.2.3