]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote.c
Add target_ops argument to to_can_use_hw_breakpoint
[thirdparty/binutils-gdb.git] / gdb / remote.c
index fb90c5591ac676cba1bbeae26b0a2159585a7d84..0677fa4c95b2b4599db5f0da11ed7f3a0da5fa65 100644 (file)
@@ -8270,7 +8270,8 @@ remote_region_ok_for_hw_watchpoint (CORE_ADDR addr, int len)
 }
 
 static int
-remote_check_watch_resources (int type, int cnt, int ot)
+remote_check_watch_resources (struct target_ops *self,
+                             int type, int cnt, int ot)
 {
   if (type == bp_hardware_breakpoint)
     {