target/dsp563xx: Use bool data type for 'hardware_breakpoints_cleared'
Change-Id: Ic18973d3e90d74c211b48627bdaac4cf3357b682 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: http://openocd.zylin.com/6324 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
56b72b33cf
commit
873e5c3976
@@ -52,7 +52,7 @@ struct dsp563xx_common {
|
||||
struct hardware_breakpoint hardware_breakpoint[1];
|
||||
|
||||
/*Were the hardware breakpoints cleared on startup?*/
|
||||
int hardware_breakpoints_cleared;
|
||||
bool hardware_breakpoints_cleared;
|
||||
};
|
||||
|
||||
struct dsp563xx_core_reg {
|
||||
|
||||
Reference in New Issue
Block a user