minor cleanups to update_current_target
[deliverable/binutils-gdb.git] / gdb / ravenscar-thread.c
index cf548e763c5a9c134446bb1832d970024b389137..fdec52a8e563b3b6df1d9815805bfc5f10006cb7 100644 (file)
@@ -350,7 +350,7 @@ ravenscar_inferior_created (struct target_ops *target, int from_tty)
 }
 
 static ptid_t
-ravenscar_get_ada_task_ptid (long lwp, long thread)
+ravenscar_get_ada_task_ptid (struct target_ops *self, long lwp, long thread)
 {
   return ptid_build (ptid_get_pid (base_ptid), 0, thread);
 }
This page took 0.023309 seconds and 4 git commands to generate.