diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-03 15:58:17 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-03 15:58:17 +0000 |
commit | bc67c6720b246652bc0915b1b6d036ada6c85fda (patch) | |
tree | 138fe15eea75ddbae0b73c8730fee89275902087 /src/target/feroceon.c | |
parent | 50f08f8f2ae2d4e439bca1760104bb54f0b6d07e (diff) | |
download | openocd+libswd-bc67c6720b246652bc0915b1b6d036ada6c85fda.tar.gz openocd+libswd-bc67c6720b246652bc0915b1b6d036ada6c85fda.tar.bz2 openocd+libswd-bc67c6720b246652bc0915b1b6d036ada6c85fda.tar.xz openocd+libswd-bc67c6720b246652bc0915b1b6d036ada6c85fda.zip |
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
Diffstat (limited to 'src/target/feroceon.c')
-rw-r--r-- | src/target/feroceon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/feroceon.c b/src/target/feroceon.c index 5346a14d..efe12896 100644 --- a/src/target/feroceon.c +++ b/src/target/feroceon.c @@ -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) { |