]> git.sur5r.net Git - openocd/blobdiff - src/target/target.c
retired fast_memory_access. It's always fast now.
[openocd] / src / target / target.c
index ee387dbda5844d38739209f10dc041bbf36d9922..2ec26e0be7bc2ce5647cdb9434107b5c6e4f5489 100644 (file)
@@ -466,6 +466,7 @@ static int default_mmu(struct target_s *target, int *enabled)
 
 static int default_examine(struct command_context_s *cmd_ctx, struct target_s *target)
 {
+       target->type->examined = 1;
        return ERROR_OK;
 }