diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/target.c b/gdb/target.c index d4ff6c0..94a8f8a 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -1551,8 +1551,8 @@ generic_mourn_inferior (void) if (!show_breakpoint_hit_counts) breakpoint_clear_ignore_counts (); - if (detach_hook) - detach_hook (); + if (deprecated_detach_hook) + deprecated_detach_hook (); } /* Helper function for child_wait and the Lynx derivatives of child_wait. |