aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-nbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ppc-nbsd-nat.c')
-rw-r--r--gdb/ppc-nbsd-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppc-nbsd-nat.c b/gdb/ppc-nbsd-nat.c
index 3120b2e..f6e3884 100644
--- a/gdb/ppc-nbsd-nat.c
+++ b/gdb/ppc-nbsd-nat.c
@@ -186,5 +186,5 @@ _initialize_ppcnbsd_nat (void)
/* Support debugging kernel virtual memory images. */
bsd_kvm_add_target (ppcnbsd_supply_pcb);
- add_target (&the_ppc_nbsd_nat_target);
+ add_inf_child_target (&the_ppc_nbsd_nat_target);
}