diff options
Diffstat (limited to 'gdb/wince.c')
-rw-r--r-- | gdb/wince.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/wince.c b/gdb/wince.c index 0442c96..0fb06db 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -1787,8 +1787,9 @@ child_mourn_inferior (void) /* Move memory from child to/from gdb. */ int -child_xfer_memory (CORE_ADDR memaddr, char *our, int len, - int write, struct target_ops *target) +child_xfer_memory (CORE_ADDR memaddr, char *our, int len, int write, + struct mem_attrib *attrib, + struct target_ops *target) { if (len <= 0) return 0; |