diff options
Diffstat (limited to 'gdb/ppc-fbsd-nat.c')
-rw-r--r-- | gdb/ppc-fbsd-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ppc-fbsd-nat.c b/gdb/ppc-fbsd-nat.c index 5643fab..a1b268a 100644 --- a/gdb/ppc-fbsd-nat.c +++ b/gdb/ppc-fbsd-nat.c @@ -201,8 +201,9 @@ ppcfbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) return 1; } +void _initialize_ppcfbsd_nat (); void -_initialize_ppcfbsd_nat (void) +_initialize_ppcfbsd_nat () { add_inf_child_target (&the_ppc_fbsd_nat_target); |