* alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop increment.
authorRichard Henderson <rth@redhat.com>
Fri, 30 May 2003 18:41:39 +0000 (18:41 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 30 May 2003 18:41:39 +0000 (18:41 +0000)
gdb/ChangeLog
gdb/alpha-tdep.c

index ef18af760210301ba23d43c366286797b06d6afd..e75a738329c16db38993027517452a1b2a34b50a 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-30  Richard Henderson  <rth@redhat.com>
+
+       * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop increment.
+
 2003-05-29  Jim Blandy  <jimb@redhat.com>
 
        Use gdbarch methods for solib stuff on PowerPC Linux.
index 66075279eef30b763cea729700a9e6142621daec..2bd3b266cee57e64236d9f12ff7a02c7adb31eb0 100644 (file)
@@ -856,6 +856,8 @@ alpha_heuristic_frame_unwind_cache (struct frame_info *next_frame,
                  return_reg = (word >> 16) & 0x1f;
                  break;
                }
+
+             cur_pc += 4;
            }
        }
     }