Add target_ops argument to to_close
[deliverable/binutils-gdb.git] / gdb / mips-linux-nat.c
index 627241fa815540d12b3968b58cc637a2b62b8f34..98f8d96d669a51f286a15ce6819d1a95b35a53e4 100644 (file)
@@ -744,7 +744,7 @@ mips_linux_remove_watchpoint (CORE_ADDR addr, int len, int type,
    super implementation.  */
 
 static void
-mips_linux_close (void)
+mips_linux_close (struct target_ops *self)
 {
   struct mips_watchpoint *w;
   struct mips_watchpoint *nw;
This page took 0.023281 seconds and 4 git commands to generate.