2003-08-20 Michael Snyder <msnyder@redhat.com>
* trad-frame.c: Comment typo fix.
This commit is contained in:
parent
8baa6f9257
commit
260a4188fe
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-08-20 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* trad-frame.c: Comment typo fix.
|
||||
|
||||
2003-08-20 Michael Snyder <msnyder@redhat.com>
|
||||
Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ trad_frame_prev_register (struct frame_info *next_frame,
|
|||
}
|
||||
else if (trad_frame_realreg_p (this_saved_regs, regnum))
|
||||
{
|
||||
/* As the next frame to return the value of the register. */
|
||||
/* Ask the next frame to return the value of the register. */
|
||||
frame_register_unwind (next_frame, this_saved_regs[regnum].realreg,
|
||||
optimizedp, lvalp, addrp, realregp, bufferp);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue