* frame.h (frame_register): Doc fix.

This commit is contained in:
Jim Blandy 2004-09-08 04:56:20 +00:00
parent 4edfba7763
commit 7c679d16f3
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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. */