* alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop increment.

This commit is contained in:
Richard Henderson 2003-05-30 18:41:39 +00:00
parent 10059fdf95
commit 85b32d2290
2 changed files with 6 additions and 0 deletions

View 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.

View file

@ -856,6 +856,8 @@ alpha_heuristic_frame_unwind_cache (struct frame_info *next_frame,
return_reg = (word >> 16) & 0x1f;
break;
}
cur_pc += 4;
}
}
}