convert to_insert_mask_watchpoint
[deliverable/binutils-gdb.git] / gdb / target.h
index 25e98ed35b24614ef790e73454d07334da3b2048..012231f795b6bd60c8a54786ebba2425bff8f8bc 100644 (file)
@@ -477,7 +477,8 @@ struct target_ops
       TARGET_DEFAULT_RETURN (-1);
 
     int (*to_insert_mask_watchpoint) (struct target_ops *,
-                                     CORE_ADDR, CORE_ADDR, int);
+                                     CORE_ADDR, CORE_ADDR, int)
+      TARGET_DEFAULT_RETURN (1);
     int (*to_remove_mask_watchpoint) (struct target_ops *,
                                      CORE_ADDR, CORE_ADDR, int);
     int (*to_stopped_by_watchpoint) (struct target_ops *)
This page took 0.023838 seconds and 4 git commands to generate.