* a29k-tdep.c (pop_frame): Fix a variable name.
authorStan Shebs <shebs@codesourcery.com>
Wed, 28 Dec 1994 23:42:23 +0000 (23:42 +0000)
committerStan Shebs <shebs@codesourcery.com>
Wed, 28 Dec 1994 23:42:23 +0000 (23:42 +0000)
gdb/ChangeLog
gdb/a29k-tdep.c

index 47eff8f8163223ccc2cbf6a98fc008b1b91eb29c..7e3669e681d44432c2fd77d77286b73c1a9115c3 100644 (file)
@@ -1,3 +1,7 @@
+Wed Dec 28 15:29:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * a29k-tdep.c (pop_frame): Fix a variable name.
+
 Wed Dec 28 12:21:39 1994  Jeff Law  (law@snake.cs.utah.edu)
 
        * hppa-tdep.c (push_dummy_frame): Refine code to determine what
index dd2f4e8a31d4d0a3f9278b31c0ffac795333f21c..ee9c4032ae7ccda6445e394f5b7daa276f342e8c 100644 (file)
@@ -748,7 +748,7 @@ pop_frame ()
 {
   struct frame_info *frame = get_current_frame ();
   CORE_ADDR rfb = read_register (RFB_REGNUM);                
-  CORE_ADDR gr1 = fi->frame + fi->rsize;
+  CORE_ADDR gr1 = frame->frame + frame->rsize;
   CORE_ADDR lr1;                                                             
   CORE_ADDR original_lr0;
   int must_fix_lr0 = 0;
This page took 0.028959 seconds and 4 git commands to generate.