Remove do_closedir_cleanup
[deliverable/binutils-gdb.git] / gdb / amd64-fbsd-nat.c
index fbec9b1579e2992bf55dfbbb124fcc71ab2e761c..6e0a1f9636e4dcadb72554b4c21b329cf3704763 100644 (file)
@@ -217,7 +217,7 @@ _initialize_amd64fbsd_nat (void)
   amd64_native_gregset32_reg_offset = amd64fbsd32_r_reg_offset;
   amd64_native_gregset64_reg_offset = amd64fbsd64_r_reg_offset;
 
-  add_target (&the_amd64_fbsd_nat_target);
+  add_inf_child_target (&the_amd64_fbsd_nat_target);
 
   /* Support debugging kernel virtual memory images.  */
   bsd_kvm_add_target (amd64fbsd_supply_pcb);
This page took 0.022819 seconds and 4 git commands to generate.