* hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before

proceeding.
This commit is contained in:
Fred Fish
1996-04-01 17:21:32 +00:00
parent 23595ba57a
commit 251b8ab932
2 changed files with 6 additions and 0 deletions

View File

@@ -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);