Index: hppa-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/hppa-tdep.c,v retrieving revision 1.129 diff -u -p -r1.129 hppa-tdep.c --- hppa-tdep.c 27 Feb 2004 21:47:53 -0000 1.129 +++ hppa-tdep.c 5 Mar 2004 04:46:32 -0000 @@ -4617,7 +4617,7 @@ hppa_frame_cache (struct frame_info *nex /* Yow! */ u = find_unwind_entry (frame_func_unwind (next_frame)); if (!u) - return; + return (*this_cache); /* Turn the Entry_GR field into a bitmask. */ saved_gr_mask = 0;