* 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

@ -1,3 +1,8 @@
Mon Apr 1 08:32:23 1996 Fred Fish <fnf@cygnus.com>
* hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
proceeding.
Sun Mar 31 16:15:43 1996 Fred Fish <fnf@.cygnus.com>
* hppah-nat.c (store_inferior_registers, store_inferior_registers,

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