* rs6000-tdep.c (pop_frame): Correct a variable name.
authorStan Shebs <shebs@codesourcery.com>
Fri, 4 Nov 1994 18:55:51 +0000 (18:55 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 4 Nov 1994 18:55:51 +0000 (18:55 +0000)
gdb/ChangeLog
gdb/rs6000-tdep.c

index 81d7d4c1b093deb5ccf6ad8527059b2cbee2ae67..57e21297c35529b77f789450524e1509f712aa4b 100644 (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
index 76bbcf6b0f3109ce16812ed562f3ee28ae438a85..46cf8f75c2ccb51140e3d47343e45f4dda049fb8 100644 (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)