Index: alpha-tdep.c =================================================================== RCS file: /nile.c/cvs/Dev/gdb/gdb-6.3/gdb/alpha-tdep.c,v retrieving revision 1.1 diff -u -p -r1.1 alpha-tdep.c --- alpha-tdep.c 20 Oct 2004 23:11:33 -0000 1.1 +++ alpha-tdep.c 30 Nov 2004 18:09:39 -0000 @@ -1190,8 +1190,8 @@ alpha_heuristic_frame_prev_register (str } /* Otherwise assume the next frame has the same register value. */ - frame_register (next_frame, regnum, optimizedp, lvalp, addrp, - realnump, bufferp); + frame_register_unwind (next_frame, regnum, optimizedp, lvalp, addrp, + realnump, bufferp); } static const struct frame_unwind alpha_heuristic_frame_unwind = {