Skip to content
Snippets Groups Projects
Commit d300ecfc authored by oharboe's avatar oharboe
Browse files

fixed gaffe for default examine implementation

git-svn-id: svn://svn.berlios.de/openocd/trunk@567 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent c688c1cf
Branches
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment