From 516b1f280dbebe0c6541897d8319ddcfa296bcb8 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 13 Dec 2002 14:37:41 +0000 Subject: [PATCH] * hppa-tdep.c (hppa_pop_frame): Fix a compilation error introduced in the previous prototype change to set_momentary_breakpoint. --- gdb/ChangeLog | 5 +++++ gdb/hppa-tdep.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5dcde644e82..11e6208b5c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-12-13 Joel Brobecker + + * 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 * infrun.c (pending_follow): Remove saw_parent_fork, saw_child_fork, diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 2890746b5f2..477d6af88ce 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -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. */ -- 2.30.2