* rs6000-tdep.c (pop_frame): Correct a variable name.

This commit is contained in:
Stan Shebs 1994-11-04 18:55:51 +00:00
parent aac9c614b2
commit 34a1a3bf48
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Nov 4 10:52:38 1994 Stan Shebs (shebs@andros.cygnus.com)
* rs6000-tdep.c (pop_frame): Correct a variable name.
Fri Nov 4 05:43:35 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* TODO: Re-write item about SIGINT handling to reflect the fact

View File

@ -473,7 +473,7 @@ pop_frame ()
still in the link register, otherwise walk the frames and retrieve the
saved %pc value in the previous frame. */
addr = get_pc_function_start (fr->pc) + FUNCTION_START_OFFSET;
addr = get_pc_function_start (frame->pc) + FUNCTION_START_OFFSET;
function_frame_info (addr, &fdata);
if (fdata.frameless)