Add target_ops argument to to_find_memory_regions
[deliverable/binutils-gdb.git] / gdb / fbsd-nat.c
index 43ee605ceed5d42a88c322c5d32f31d8df79faef..dc6d76d753319ae1deef16d0861404e1f6df5fcc 100644 (file)
@@ -91,7 +91,8 @@ fbsd_read_mapping (FILE *mapfile, unsigned long *start, unsigned long *end,
    argument to FUNC.  */
 
 int
-fbsd_find_memory_regions (find_memory_region_ftype func, void *obfd)
+fbsd_find_memory_regions (struct target_ops *self,
+                         find_memory_region_ftype func, void *obfd)
 {
   pid_t pid = ptid_get_pid (inferior_ptid);
   char *mapfilename;
This page took 0.023195 seconds and 4 git commands to generate.