armv4_5_common_t -> struct arm
[fw/openocd] / src / target / xscale.c
index 04a5f64c1e78cf6011034b218f1c3ecbbbb31c4a..1e0ea775305acc5e5c0c8e0ddda33e56fd035372 100644 (file)
@@ -2870,7 +2870,7 @@ static int xscale_init_target(struct command_context_s *cmd_ctx,
 static int xscale_init_arch_info(target_t *target,
                struct xscale_common *xscale, struct jtag_tap *tap, const char *variant)
 {
-       armv4_5_common_t *armv4_5;
+       struct arm *armv4_5;
        uint32_t high_reset_branch, low_reset_branch;
        int i;