summaryrefslogtreecommitdiff
path: root/gdb/win32-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
commit40b3d7633d2a9d7113b0d2819898d36e1e55c8b9 (patch)
tree0729585ba97477a924d5045a9dbb2c14cc1be8c2 /gdb/win32-nat.c
parent566407aab9d6aff98d62d4b19402324539e28a55 (diff)
downloadgdb-40b3d7633d2a9d7113b0d2819898d36e1e55c8b9.tar.gz
* win32-nat.c (child_xfer_memory): Add missing argument required by 2001-01-23
change.
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r--gdb/win32-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c
index 3458988e4fa..3e247116be5 100644
--- a/gdb/win32-nat.c
+++ b/gdb/win32-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)