Browse Source

etm: fix warning by removing assignment that is immediately overwritten

Change-Id: Ia3a83d3c1fc3a1707d69017fce6cf142a81babc4
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Reviewed-on: http://openocd.zylin.com/165
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tags/v0.6.0-rc1
Øyvind Harboe 12 years ago
committed by Spencer Oliver
parent
commit
482e8a2b55
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/target/etm.c

+ 0
- 1
src/target/etm.c View File

@@ -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


Loading…
Cancel
Save