diff options
Diffstat (limited to 'gdb/hppa-linux-nat.c')
-rw-r--r-- | gdb/hppa-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-linux-nat.c b/gdb/hppa-linux-nat.c index 708eff0..bc6c234 100644 --- a/gdb/hppa-linux-nat.c +++ b/gdb/hppa-linux-nat.c @@ -391,5 +391,5 @@ _initialize_hppa_linux_nat (void) { /* Register the target. */ linux_target = &the_hppa_linux_nat_target; - add_target (&the_hppa_linux_nat_target); + add_inf_child_target (&the_hppa_linux_nat_target); } |