Add target_ops argument to to_can_use_hw_breakpoint
[deliverable/binutils-gdb.git] / gdb / ppc-linux-nat.c
index b38b33ef25a78ac33b539ee16d76a49531bab9bc..c29efdaa413894249de475b899226ec92c4f1120 100644 (file)
@@ -1444,7 +1444,8 @@ have_ptrace_hwdebug_interface (void)
 }
 
 static int
-ppc_linux_can_use_hw_breakpoint (int type, int cnt, int ot)
+ppc_linux_can_use_hw_breakpoint (struct target_ops *self,
+                                int type, int cnt, int ot)
 {
   int total_hw_wp, total_hw_bp;
 
This page took 0.029021 seconds and 4 git commands to generate.