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:
@@ -609,6 +609,7 @@ int feroceon_target_command(struct command_context_s *cmd_ctx, char *cmd, char *
|
||||
armv4_5_common_t *armv4_5;
|
||||
arm7_9_common_t *arm7_9;
|
||||
arm926ejs_common_t *arm926ejs = malloc(sizeof(arm926ejs_common_t));
|
||||
memset(arm926ejs, 0, sizeof(*arm926ejs));
|
||||
|
||||
if (argc < 4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user