From 3edcff8b8efff841dfe601e87f42de7fe7b4792b Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 4 Dec 2009 20:33:02 -0800 Subject: ARM: rename armv4_5_build_reg_cache() as arm_*() Signed-off-by: David Brownell --- src/target/arm7tdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm7tdmi.c') diff --git a/src/target/arm7tdmi.c b/src/target/arm7tdmi.c index a0b12b94..fffc6327 100644 --- a/src/target/arm7tdmi.c +++ b/src/target/arm7tdmi.c @@ -643,7 +643,7 @@ static void arm7tdmi_build_reg_cache(struct target *target) struct reg_cache **cache_p = register_get_last_cache_p(&target->reg_cache); struct arm *armv4_5 = target_to_arm(target); - (*cache_p) = armv4_5_build_reg_cache(target, armv4_5); + (*cache_p) = arm_build_reg_cache(target, armv4_5); } int arm7tdmi_init_target(struct command_context *cmd_ctx, struct target *target) -- cgit v1.2.3