X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm926ejs.c;h=51b241a597b381bd5a9e3261d271bef0f32739cf;hb=aafb916bea1153b8d2f4706e4a62628f49741133;hp=47a20cb109042b39dac1360b65905a728bf6d27c;hpb=98723c4ecdbe06f90c66f3abec27b792c3b38e34;p=openocd.git diff --git a/src/target/arm926ejs.c b/src/target/arm926ejs.c index 47a20cb109..51b241a597 100644 --- a/src/target/arm926ejs.c +++ b/src/target/arm926ejs.c @@ -821,7 +821,7 @@ static int arm926ejs_mmu(struct target *target, int *enabled) int arm926ejs_register_commands(struct command_context *cmd_ctx) { int retval; - command_t *arm926ejs_cmd; + struct command *arm926ejs_cmd; retval = arm9tdmi_register_commands(cmd_ctx); @@ -877,7 +877,7 @@ struct target_type arm926ejs_target = .register_commands = arm926ejs_register_commands, .target_create = arm926ejs_target_create, .init_target = arm9tdmi_init_target, - .examine = arm9tdmi_examine, + .examine = arm7_9_examine, .virt2phys = arm926ejs_virt2phys, .mmu = arm926ejs_mmu,