summaryrefslogtreecommitdiff
path: root/gdb/mips64-obsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/mips64-obsd-nat.c')
-rw-r--r--gdb/mips64-obsd-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips64-obsd-nat.c b/gdb/mips64-obsd-nat.c
index 2193972f07c..bc411517b91 100644
--- a/gdb/mips64-obsd-nat.c
+++ b/gdb/mips64-obsd-nat.c
@@ -118,5 +118,5 @@ mips64_obsd_nat_target::store_registers (struct regcache *regcache, int regnum)
void
_initialize_mips64obsd_nat (void)
{
- add_target (&the_mips64_obsd_nat_target);
+ add_inf_child_target (&the_mips64_obsd_nat_target);
}