* frame.h (frame_register): Doc fix.
This commit is contained in:
parent
4edfba7763
commit
7c679d16f3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-09-07 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* frame.h (frame_register): Doc fix.
|
||||
|
||||
2004-09-07 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* vx-share/wait.h: Delete #ifdef USG.
|
||||
|
|
|
@ -420,7 +420,7 @@ extern void frame_unwind_unsigned_register (struct frame_info *frame,
|
|||
int regnum, ULONGEST *val);
|
||||
|
||||
/* Get the value of the register that belongs to this FRAME. This
|
||||
function is a wrapper to the call sequence ``frame_unwind_register
|
||||
function is a wrapper to the call sequence ``frame_register_unwind
|
||||
(get_next_frame (FRAME))''. As per frame_register_unwind(), if
|
||||
VALUEP is NULL, the registers value is not fetched/computed. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue