This is an automated email from Gerrit.

Bernhard Kiesbauer (bernh...@kiesbauer.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/1470

-- gerrit

commit c9afd0ac306a254aba27eee477fb216ac84882fb
Author: Bernhard Kiesbauer <bernh...@kiesbauer.com>
Date:   Mon Jul 1 21:42:49 2013 +0200

    Adapting to style guidelines: No C99 comments.
    
    Change-Id: Ie42c2decb883f643d361431df1cb984fc9eb8e38
    Signed-off-by: Bernhard Kiesbauer <bernh...@kiesbauer.com>

diff --git a/src/target/dsp563xx.c b/src/target/dsp563xx.c
index a2764ae..c7cf17e 100644
--- a/src/target/dsp563xx.c
+++ b/src/target/dsp563xx.c
@@ -939,8 +939,8 @@ static int dsp563xx_examine(struct target *target)
 
                LOG_INFO("DSP56%03d device found", chip);
 
-               //Clear all breakpoints
-    dsp563xx_once_reg_write(target->tap, 1, DSP563XX_ONCE_OBCR, 0);
+               /* Clear all breakpoints */
+       dsp563xx_once_reg_write(target->tap, 1, DSP563XX_ONCE_OBCR, 0);
        }
 
        return ERROR_OK;

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to