This is an automated email from Gerrit.

?yvind Harboe (oyvindhar...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/144

-- gerrit

commit 3be00928f3d407c4476590dcadd3c707ba915c3b
Author: Øyvind Harboe <oyvind.har...@zylin.com>
Date:   Mon Oct 31 21:52:10 2011 +0100

    warning fix: remove senseless assignment before bailing out of fn w/error
    
    Change-Id: I822f3adce0eccb880007673d60c7eccf7d36b398
    Signed-off-by: Øyvind Harboe <oyvind.har...@zylin.com>

diff --git a/src/target/mips32_pracc.c b/src/target/mips32_pracc.c
index 6b43479..7160f8e 100644
--- a/src/target/mips32_pracc.c
+++ b/src/target/mips32_pracc.c
@@ -183,7 +183,6 @@ static int mips32_pracc_exec_read(struct 
mips32_pracc_context *ctx, uint32_t add
                /* TODO: send JMP 0xFF200000 instruction. Hopefully processor 
jump back
                 * to start of debug vector */
 
-               data = 0;
                LOG_ERROR("Error reading unexpected address 0x%8.8" PRIx32 "", 
address);
                return ERROR_JTAG_DEVICE_ERROR;
        }

-- 
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to