* alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop increment.
This commit is contained in:
parent
10059fdf95
commit
85b32d2290
@ -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.
|
||||
|
@ -856,6 +856,8 @@ alpha_heuristic_frame_unwind_cache (struct frame_info *next_frame,
|
||||
return_reg = (word >> 16) & 0x1f;
|
||||
break;
|
||||
}
|
||||
|
||||
cur_pc += 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user