mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
* target.h (target_fetch_registers): Fix comment.
This commit is contained in:
parent
0f6e1ba6ee
commit
17dee195e8
@ -1,3 +1,7 @@
|
||||
2001-02-16 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* target.h (target_fetch_registers): Fix comment.
|
||||
|
||||
2001-02-15 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* f-exp.y: Include <ctype.h>.
|
||||
|
@ -599,7 +599,7 @@ extern void target_detach (char *, int);
|
||||
#define target_post_wait(pid, status) \
|
||||
(*current_target.to_post_wait) (pid, status)
|
||||
|
||||
/* Fetch register REGNO, or all regs if regno == -1. No result. */
|
||||
/* Fetch at least register REGNO, or all regs if regno == -1. No result. */
|
||||
|
||||
#define target_fetch_registers(regno) \
|
||||
(*current_target.to_fetch_registers) (regno)
|
||||
|
Loading…
Reference in New Issue
Block a user