I fixed all the targets even though

I could only prove that XScale was busted.


git-svn-id: svn://svn.berlios.de/openocd/trunk@437 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-03-03 15:58:17 +00:00
parent 50f08f8f2a
commit bc67c6720b
9 changed files with 9 additions and 0 deletions

View File

@@ -988,6 +988,7 @@ int arm9tdmi_target_command(struct command_context_s *cmd_ctx, char *cmd, char *
int chain_pos;
char *variant = NULL;
arm9tdmi_common_t *arm9tdmi = malloc(sizeof(arm9tdmi_common_t));
memset(arm9tdmi, 0, sizeof(*arm9tdmi));
if (argc < 4)
{