diff options
Diffstat (limited to 'gdb/m68k-bsd-nat.c')
-rw-r--r-- | gdb/m68k-bsd-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/m68k-bsd-nat.c b/gdb/m68k-bsd-nat.c index 562505b..184b5c2 100644 --- a/gdb/m68k-bsd-nat.c +++ b/gdb/m68k-bsd-nat.c @@ -221,8 +221,9 @@ m68kbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) return 1; } +void _initialize_m68kbsd_nat (); void -_initialize_m68kbsd_nat (void) +_initialize_m68kbsd_nat () { add_inf_child_target (&the_m68k_bsd_nat_target); |