* hppa-tdep.c (hppa_pop_frame): Fix a compilation error introduced
in the previous prototype change to set_momentary_breakpoint.
This commit is contained in:
parent
d7fb0dd217
commit
516b1f280d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-12-13 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* hppa-tdep.c (hppa_pop_frame): Fix a compilation error introduced
|
||||
in the previous prototype change to set_momentary_breakpoint.
|
||||
|
||||
2002-12-12 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* infrun.c (pending_follow): Remove saw_parent_fork, saw_child_fork,
|
||||
|
|
|
@ -1604,7 +1604,7 @@ hppa_pop_frame (void)
|
|||
for "return_command" will print the frame we returned to. */
|
||||
sal = find_pc_line (target_pc, 0);
|
||||
sal.pc = target_pc;
|
||||
breakpoint = set_momentary_breakpoint (sal, NULL, bp_finish);
|
||||
breakpoint = set_momentary_breakpoint (sal, null_frame_id, bp_finish);
|
||||
breakpoint->silent = 1;
|
||||
|
||||
/* So we can clean things up. */
|
||||
|
|
Loading…
Reference in a new issue