summaryrefslogtreecommitdiff
path: root/src/target/arm7tdmi.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 20:33:02 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 20:33:02 -0800
commit3edcff8b8efff841dfe601e87f42de7fe7b4792b (patch)
tree7290cfa3ada9b5860fc02ce054659bd4c0c3cd0a /src/target/arm7tdmi.c
parentc2cc677056f8b383ff8f88ed8a16f1aa4b530ae2 (diff)
downloadopenocd+libswd-3edcff8b8efff841dfe601e87f42de7fe7b4792b.tar.gz
openocd+libswd-3edcff8b8efff841dfe601e87f42de7fe7b4792b.tar.bz2
openocd+libswd-3edcff8b8efff841dfe601e87f42de7fe7b4792b.tar.xz
openocd+libswd-3edcff8b8efff841dfe601e87f42de7fe7b4792b.zip
ARM: rename armv4_5_build_reg_cache() as arm_*()
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm7tdmi.c')
-rw-r--r--src/target/arm7tdmi.c2
1 files changed, 1 insertions, 1 deletions
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)