X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fcortex_a8.c;h=edf7f141ed0c43738806fe29c01421b087bb2f24;hp=a60564c60acf5a5f50eb965332438c4a5ddd3205;hb=74d09617b927ed7011098d5a65087dee1ef1e87a;hpb=de3fb2f3bce2de5be44223204ce368216ed85b0f;ds=sidebyside diff --git a/src/target/cortex_a8.c b/src/target/cortex_a8.c index a60564c60a..edf7f141ed 100644 --- a/src/target/cortex_a8.c +++ b/src/target/cortex_a8.c @@ -1435,7 +1435,7 @@ static int cortex_a8_examine(struct target_s *target) static void cortex_a8_build_reg_cache(target_t *target) { - reg_cache_t **cache_p = register_get_last_cache_p(&target->reg_cache); + 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); (*cache_p) = armv4_5_build_reg_cache(target, armv4_5);