aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2001-01-27 19:32:32 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2001-01-27 19:32:32 +0000
commitaea02b6b079bada87c60a4f31a4ea7bc1f138b8a (patch)
tree8bbab87ee06006e5dc19b074e851c057dc046d0a /gdb/windows-nat.c
parent4cc5853ded8aaba0742e59459dcde42844e241d2 (diff)
downloadfsf-binutils-gdb-aea02b6b079bada87c60a4f31a4ea7bc1f138b8a.zip
fsf-binutils-gdb-aea02b6b079bada87c60a4f31a4ea7bc1f138b8a.tar.gz
fsf-binutils-gdb-aea02b6b079bada87c60a4f31a4ea7bc1f138b8a.tar.bz2
* win32-nat.c (child_xfer_memory): Add missing argument required by 2001-01-23
change.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r--gdb/windows-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index 3458988..3e24711 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -1228,7 +1228,8 @@ child_stop (void)
int
child_xfer_memory (CORE_ADDR memaddr, char *our, int len,
- int write, struct target_ops *target ATTRIBUTE_UNUSED)
+ int write, struct mem_attrib *mem ATTRIBUTE_UNUSED,
+ struct target_ops *target ATTRIBUTE_UNUSED)
{
DWORD done;
if (write)