Cadence virtual debug interface (vdebug) integration
[fw/openocd] / src / target / breakpoints.h
index 8c247f7a9918199baf32ab0ad1e9cd9a0e533ac7..b4a3511d20b806f2be337e40e7870311b7ee23c7 100644 (file)
@@ -43,7 +43,7 @@ struct breakpoint {
        uint8_t *orig_instr;
        struct breakpoint *next;
        uint32_t unique_id;
-       int linked_BRP;
+       int linked_brp;
 };
 
 struct watchpoint {