aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-nbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/mips-nbsd-nat.c')
-rw-r--r--gdb/mips-nbsd-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/mips-nbsd-nat.c b/gdb/mips-nbsd-nat.c
index 4f6a8ee..527c67a 100644
--- a/gdb/mips-nbsd-nat.c
+++ b/gdb/mips-nbsd-nat.c
@@ -113,8 +113,9 @@ mips_nbsd_nat_target::store_registers (struct regcache *regcache, int regno)
}
}
+void _initialize_mipsnbsd_nat ();
void
-_initialize_mipsnbsd_nat (void)
+_initialize_mipsnbsd_nat ()
{
add_inf_child_target (&the_mips_nbsd_nat_target);
}