found two more gaffes for reset wip
git-svn-id: svn://svn.berlios.de/openocd/trunk@568 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
d300ecfc8e
commit
fdd5582f7e
|
@ -756,6 +756,8 @@ void arm7tdmi_build_reg_cache(target_t *target)
|
|||
|
||||
int arm7tdmi_examine(struct command_context_s *cmd_ctx, struct target_s *target)
|
||||
{
|
||||
target->type->examined = 1;
|
||||
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -862,6 +862,7 @@ void arm9tdmi_build_reg_cache(target_t *target)
|
|||
|
||||
int arm9tdmi_examine(struct command_context_s *cmd_ctx, struct target_s *target)
|
||||
{
|
||||
target->type->examined = 1;
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue