]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote-mips.c
Add target_ops argument to to_insert_watchpoint
[thirdparty/binutils-gdb.git] / gdb / remote-mips.c
index 174e9b3e66dfe8800a59cb75602cd1a24ae883e2..e8ef44941045b66839a95816fd7e39073586c275 100644 (file)
@@ -2426,7 +2426,8 @@ calculate_mask (CORE_ADDR addr, int len)
    watchpoint.  */
 
 static int
-mips_insert_watchpoint (CORE_ADDR addr, int len, int type,
+mips_insert_watchpoint (struct target_ops *self,
+                       CORE_ADDR addr, int len, int type,
                        struct expression *cond)
 {
   if (mips_set_breakpoint (addr, len, type))