mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* Remote targets (mourn): Call unpush_target.
This commit is contained in:
@ -305,6 +305,7 @@ static void
|
||||
sim_mourn ()
|
||||
{
|
||||
sim_clear_breakpoints ();
|
||||
unpush_target (&sim_ops);
|
||||
generic_mourn_inferior ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user