armv7m_algorithm_t -> struct armv7m_algorithm
Remove misleading typedef and redundant suffix from struct armv7m_algorithm.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user