Add target_ops argument to to_post_attach
[deliverable/binutils-gdb.git] / gdb / spu-linux-nat.c
index a68e4e0531d4cbb0651f2a1ca392b55eb31bb9d3..71c1643c550b771e094d357eb5e2159a2e2df5b6 100644 (file)
@@ -420,7 +420,7 @@ spu_child_post_startup_inferior (ptid_t ptid)
 /* Override the post_attach routine to try load the SPE executable
    file image from its copy inside the target process.  */
 static void
-spu_child_post_attach (int pid)
+spu_child_post_attach (struct target_ops *self, int pid)
 {
   int fd;
   ULONGEST addr;
This page took 0.024818 seconds and 4 git commands to generate.