From 5e43565ab543b1ceff4cc8030434a54ac28dd875 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:41:43 -0800 Subject: armv7m_algorithm_t -> struct armv7m_algorithm Remove misleading typedef and redundant suffix from struct armv7m_algorithm. --- src/target/armv7m.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/armv7m.h') diff --git a/src/target/armv7m.h b/src/target/armv7m.h index 602bf314..6e857ee4 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.h @@ -119,12 +119,12 @@ target_to_armv7m(struct target_s *target) return target->arch_info; } -typedef struct armv7m_algorithm_s +struct armv7m_algorithm { int common_magic; enum armv7m_mode core_mode; -} armv7m_algorithm_t; +}; typedef struct armv7m_core_reg_s { -- cgit v1.2.3