Add target_ops argument to to_get_ada_task_ptid
[deliverable/binutils-gdb.git] / gdb / darwin-nat.c
index 6cbfc832430ef4ead09c6470551196ee9db282a5..dd44bdb6eedccc761656fb33c2b383f761b96f7e 100644 (file)
@@ -2005,7 +2005,7 @@ darwin_pid_to_exec_file (struct target_ops *self, int pid)
 }
 
 static ptid_t
-darwin_get_ada_task_ptid (long lwp, long thread)
+darwin_get_ada_task_ptid (struct target_ops *self, long lwp, long thread)
 {
   int i;
   darwin_thread_t *t;
This page took 0.02405 seconds and 4 git commands to generate.