diff options
Diffstat (limited to 'gdb/windows-tdep.c')
-rw-r--r-- | gdb/windows-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/windows-tdep.c b/gdb/windows-tdep.c index b6e5b9f..12438e8 100644 --- a/gdb/windows-tdep.c +++ b/gdb/windows-tdep.c @@ -619,8 +619,9 @@ static const struct internalvar_funcs tlb_funcs = NULL }; +void _initialize_windows_tdep (); void -_initialize_windows_tdep (void) +_initialize_windows_tdep () { init_w32_command_list (); add_cmd ("thread-information-block", class_info, display_tib, |