Add target_ops argument to to_can_use_hw_breakpoint
[deliverable/binutils-gdb.git] / gdb / s390-linux-nat.c
index 8cc9060baece90a7585259753d921de3a0fee906..ae00a513f7a5e46ae2b7438c86e81f365d2b2c45 100644 (file)
@@ -557,7 +557,8 @@ s390_remove_watchpoint (CORE_ADDR addr, int len, int type,
 }
 
 static int
-s390_can_use_hw_breakpoint (int type, int cnt, int othertype)
+s390_can_use_hw_breakpoint (struct target_ops *self,
+                           int type, int cnt, int othertype)
 {
   return type == bp_hardware_watchpoint;
 }
This page took 0.023572 seconds and 4 git commands to generate.