diff options
Diffstat (limited to 'gdb/i386-bsd-nat.c')
-rw-r--r-- | gdb/i386-bsd-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/i386-bsd-nat.c b/gdb/i386-bsd-nat.c index 41b4a9c8951..4e22013a7a8 100644 --- a/gdb/i386-bsd-nat.c +++ b/gdb/i386-bsd-nat.c @@ -319,8 +319,9 @@ i386bsd_store_inferior_registers (struct regcache *regcache, int regnum) } } +void _initialize_i386bsd_nat (); void -_initialize_i386bsd_nat (void) +_initialize_i386bsd_nat () { int offset; |