diff options
Diffstat (limited to 'gdb/dec-thread.c')
-rw-r--r-- | gdb/dec-thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dec-thread.c b/gdb/dec-thread.c index 7f26166..3de06ed 100644 --- a/gdb/dec-thread.c +++ b/gdb/dec-thread.c @@ -429,7 +429,7 @@ dec_thread_detach (char *args, int from_tty) debug ("dec_thread_detach"); disable_dec_thread (); - base_target.to_detach (args, from_tty); + base_target.to_detach (&base_target, args, from_tty); } /* Return the ptid of the thread that is currently active. */ @@ -605,7 +605,7 @@ dec_thread_mourn_inferior (void) debug ("dec_thread_mourn_inferior"); disable_dec_thread (); - base_target.to_mourn_inferior (); + base_target.to_mourn_inferior (&base_target); } /* The "to_thread_alive" method of the dec_thread_ops. */ |