From 15e8e4530866454c18c5d91ad9e867f339c2e82b Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:41:07 -0800 Subject: armv4_5_algorithm_t -> struct armv4_5_algorithm Remove misleading typedef and redundant suffix from struct armv4_5_algorithm. --- src/target/armv4_5.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/armv4_5.h') diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index c6686f1e..22069d1b 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -119,13 +119,13 @@ static inline bool is_arm(struct arm *arm) return arm && arm->common_magic == ARMV4_5_COMMON_MAGIC; } -typedef struct armv4_5_algorithm_s +struct armv4_5_algorithm { int common_magic; enum armv4_5_mode core_mode; enum armv4_5_state core_state; -} armv4_5_algorithm_t; +}; typedef struct armv4_5_core_reg_s { -- cgit v1.2.3