From 3a515653dc9ceac100caad236d95aefd6ac2a2b4 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 6 Apr 2004 02:53:41 +0000 Subject: 2004-04-05 Andrew Cagney * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to skip_prologue_using_sal. --- gdb/hppa-tdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/hppa-tdep.c') diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index b238d37..ca6331d 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -2234,10 +2234,11 @@ hppa_frame_cache (struct frame_info *next_frame, void **this_cache) { int final_iteration = 0; CORE_ADDR pc; - CORE_ADDR end_pc = skip_prologue_using_sal (pc); + CORE_ADDR end_pc; int looking_for_sp = u->Save_SP; int looking_for_rp = u->Save_RP; int fp_loc = -1; + end_pc = skip_prologue_using_sal (frame_func_unwind (next_frame)); if (end_pc == 0) end_pc = frame_pc_unwind (next_frame); frame_size = 0; -- cgit v1.1