diff options
author | Michael Chastain <mec.gnu@mindspring.com> | 2001-02-05 21:09:21 +0000 |
---|---|---|
committer | Michael Chastain <mec.gnu@mindspring.com> | 2001-02-05 21:09:21 +0000 |
commit | 91d0a5f1c975da2568e855f67b01bdcbf122912c (patch) | |
tree | 8769a71f6a90e156329907d2f117dad7943af3ca /gdb/hppah-nat.c | |
parent | 6b1782d7fce979e989bd994784be8c08ce12b3a6 (diff) | |
download | gdb-91d0a5f1c975da2568e855f67b01bdcbf122912c.tar.gz |
2001-02-05 Michael Chastain <chastain@redhat.com>
* hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
to conform with interface change.
Diffstat (limited to 'gdb/hppah-nat.c')
-rw-r--r-- | gdb/hppah-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index 549ea1945ad..c8bf04b0aeb 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -266,6 +266,7 @@ fetch_register (int regno) int child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write, + struct mem_attrib *mem, struct target_ops *target) { register int i; |