ARM: remove 'armv4_5_common_s' migration #define
Finish migrating from the old symbol to the new one. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -664,7 +664,7 @@ static void arm9tdmi_branch_resume_thumb(struct target *target)
|
||||
LOG_DEBUG("-");
|
||||
|
||||
struct arm7_9_common *arm7_9 = target_to_arm7_9(target);
|
||||
struct armv4_5_common_s *armv4_5 = &arm7_9->armv4_5_common;
|
||||
struct arm *armv4_5 = &arm7_9->armv4_5_common;
|
||||
struct arm_jtag *jtag_info = &arm7_9->jtag_info;
|
||||
struct reg *dbg_stat = &arm7_9->eice_cache->reg_list[EICE_DBG_STAT];
|
||||
|
||||
@@ -751,7 +751,7 @@ void arm9tdmi_disable_single_step(struct target *target)
|
||||
static void arm9tdmi_build_reg_cache(struct target *target)
|
||||
{
|
||||
struct reg_cache **cache_p = register_get_last_cache_p(&target->reg_cache);
|
||||
struct armv4_5_common_s *armv4_5 = target_to_armv4_5(target);
|
||||
struct arm *armv4_5 = target_to_armv4_5(target);
|
||||
|
||||
(*cache_p) = armv4_5_build_reg_cache(target, armv4_5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user