diff options
Diffstat (limited to 'gdb/dec-thread.c')
-rw-r--r-- | gdb/dec-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dec-thread.c b/gdb/dec-thread.c index 27cf004..f07721d 100644 --- a/gdb/dec-thread.c +++ b/gdb/dec-thread.c @@ -727,7 +727,7 @@ void _initialize_dec_thread (void) { init_dec_thread_ops (); - add_target (&dec_thread_ops); + complete_target_initialization (&dec_thread_ops); observer_attach_new_objfile (dec_thread_new_objfile_observer); |