* hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
proceeding.
This commit is contained in:
parent
23595ba57a
commit
251b8ab932
@ -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,
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user