From d7198749546d8b4aaf5eb417dc3593a4542a618f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 4 Feb 2001 07:24:57 +0000 Subject: * go32-nat.c (go32_xfer_memory): Make the argument list consistent with target.h's to_xfer_memory member. --- gdb/go32-nat.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gdb/go32-nat.c') diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 41170066ce2..0a84ab95d47 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -157,7 +157,9 @@ static void store_register (int regno); static void go32_store_registers (int regno); static void go32_prepare_to_store (void); static int go32_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, - int write, struct target_ops *target); + int write, + struct mem_attrib *attrib, + struct target_ops *target); static void go32_files_info (struct target_ops *target); static void go32_stop (void); static void go32_kill_inferior (void); @@ -539,6 +541,7 @@ go32_prepare_to_store (void) static int go32_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write, + struct mem_attrib *attrib ATTRIBUTE_UNUSED, struct target_ops *target ATTRIBUTE_UNUSED) { if (write) -- cgit v1.2.1