mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
proceeding.
This commit is contained in:
@@ -1379,6 +1379,7 @@ hppa_pop_frame ()
|
||||
old_chain = make_cleanup (delete_breakpoint, breakpoint);
|
||||
|
||||
/* Start up the inferior. */
|
||||
clear_proceed_status ();
|
||||
proceed_to_finish = 1;
|
||||
proceed ((CORE_ADDR) -1, TARGET_SIGNAL_DEFAULT, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user