summaryrefslogtreecommitdiff
path: root/src/target/arm7tdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm7tdmi.c')
-rw-r--r--src/target/arm7tdmi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/arm7tdmi.c b/src/target/arm7tdmi.c
index 52a15bc6..f331bd2f 100644
--- a/src/target/arm7tdmi.c
+++ b/src/target/arm7tdmi.c
@@ -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;
}