Add target_ops argument to to_prepare_to_store
[deliverable/binutils-gdb.git] / gdb / inf-child.c
index 75944a0c9cf6013aa47f985fc905ddb87d380d80..549e44aa5ccbde53ff9d0e98aed70c7673e3d85a 100644 (file)
@@ -100,7 +100,8 @@ inf_child_post_attach (int pid)
    program being debugged.  */
 
 static void
-inf_child_prepare_to_store (struct regcache *regcache)
+inf_child_prepare_to_store (struct target_ops *self,
+                           struct regcache *regcache)
 {
 }
 
This page took 0.022551 seconds and 4 git commands to generate.