diff options
Diffstat (limited to 'gdb/x86-bsd-nat.c')
-rw-r--r-- | gdb/x86-bsd-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/x86-bsd-nat.c b/gdb/x86-bsd-nat.c index 3fc6f62..2bb8f8a 100644 --- a/gdb/x86-bsd-nat.c +++ b/gdb/x86-bsd-nat.c @@ -122,6 +122,7 @@ x86bsd_dr_get_control (void) #endif /* PT_GETDBREGS */ +void _initialize_x86_bsd_nat (); void _initialize_x86_bsd_nat () { |