Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/openocd/openocd

This commit is contained in:
David Brownell
2009-11-06 15:01:46 -08:00
3 changed files with 536 additions and 573 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -2065,6 +2065,7 @@ int arm11_handle_vcr(struct command_context_s *cmd_ctx, char *cmd, char **args,
break;
case 1:
COMMAND_PARSE_NUMBER(u32, args[0], arm11_vcr);
break;
default:
return ERROR_COMMAND_SYNTAX_ERROR;
}