Add target_ops argument to to_can_use_hw_breakpoint
[deliverable/binutils-gdb.git] / gdb / ia64-linux-nat.c
index ea575c8bba4d59cb3d75072d3eaf9c3bf2e98cf6..938807f88e81f1ae4b885d829f2fb2712985d19d 100644 (file)
@@ -676,7 +676,8 @@ ia64_linux_stopped_by_watchpoint (struct target_ops *ops)
 }
 
 static int
-ia64_linux_can_use_hw_breakpoint (int type, int cnt, int othertype)
+ia64_linux_can_use_hw_breakpoint (struct target_ops *self,
+                                 int type, int cnt, int othertype)
 {
   return 1;
 }
This page took 0.023695 seconds and 4 git commands to generate.