semihosting: fix mode flags for local host open()
[fw/openocd] / src / target / dsp563xx.h
index 4bb5aceaf1da0fb2cd7f3f7648e3fca24796cafd..5c3e1d3c760cd03b004f6707245e7a4f108c88d4 100644 (file)
@@ -46,13 +46,13 @@ struct dsp563xx_common {
        struct once_reg once_regs[DSP563XX_NUMONCEREGS];
 
        /* register cache to processor synchronization */
-       int (*read_core_reg) (struct target *target, int num);
-       int (*write_core_reg) (struct target *target, int num);
+       int (*read_core_reg)(struct target *target, int num);
+       int (*write_core_reg)(struct target *target, int num);
 
        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 {