diff options
Diffstat (limited to 'gdb/bsd-uthread.c')
-rw-r--r-- | gdb/bsd-uthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index d7dd0a1..2ee47bf 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -259,7 +259,7 @@ bsd_uthread_deactivate (void) if (!bsd_uthread_active) return; - unpush_target (&bsd_uthread_ops); + current_inferior ()->unpush_target (&bsd_uthread_ops); } static void |