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/165
-- gerrit commit 4f112d1b8d93eed59fa5e41b4937475cb52b05ac Author: Ãyvind Harboe <oyvind.har...@zylin.com> Date: Thu Nov 3 21:49:59 2011 +0100 etm: fix warning by removing assignment that is immediately overwritten Change-Id: Ia3a83d3c1fc3a1707d69017fce6cf142a81babc4 Signed-off-by: Ãyvind Harboe <oyvind.har...@zylin.com> diff --git a/src/target/etm.c b/src/target/etm.c index 7384764..4e15878 100644 --- a/src/target/etm.c +++ b/src/target/etm.c @@ -314,7 +314,6 @@ struct reg_cache *etm_build_reg_cache(struct target *target, /* figure ETM version then add base registers */ if (config & (1 << 31)) { - bcd_vers = 0x20; LOG_WARNING("ETMv2+ support is incomplete"); /* REVISIT more registers may exist; they may now be --
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development