add "this" pointers to more target APIs
[deliverable/binutils-gdb.git] / gdb / ia64-linux-nat.c
index 072c8fd90d29d0b01b4aea3846b26c7cfd2efc65..ea575c8bba4d59cb3d75072d3eaf9c3bf2e98cf6 100644 (file)
@@ -669,10 +669,10 @@ ia64_linux_stopped_data_address (struct target_ops *ops, CORE_ADDR *addr_p)
 }
 
 static int
-ia64_linux_stopped_by_watchpoint (void)
+ia64_linux_stopped_by_watchpoint (struct target_ops *ops)
 {
   CORE_ADDR addr;
-  return ia64_linux_stopped_data_address (&current_target, &addr);
+  return ia64_linux_stopped_data_address (ops, &addr);
 }
 
 static int
This page took 0.02452 seconds and 4 git commands to generate.