This is an automated email from Gerrit.

Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1865

-- gerrit

commit 54015e4ac47442d5539a9d997b5d76ad265f636d
Author: Spencer Oliver <[email protected]>
Date:   Sat Jan 11 23:09:22 2014 +0000

    cortexm: use cortex-m rather than cortex-m3 for dwt registers
    
    Change-Id: I28e3a8c65ccc4a4e3ec94e41c846e6a263c165e8
    Signed-off-by: Spencer Oliver <[email protected]>

diff --git a/src/target/cortex_m.c b/src/target/cortex_m.c
index d95c25e..30946e0 100644
--- a/src/target/cortex_m.c
+++ b/src/target/cortex_m.c
@@ -1728,7 +1728,7 @@ fail1:
                free(cm->dwt_comparator_list);
                goto fail0;
        }
-       cache->name = "cortex-m3 dwt registers";
+       cache->name = "cortex-m dwt registers";
        cache->num_regs = 2 + cm->dwt_num_comp * 3;
        cache->reg_list = calloc(cache->num_regs, sizeof *cache->reg_list);
        if (!cache->reg_list) {

-- 

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to