* MAINTAINERS: Add myself under Write After Approval.
[deliverable/binutils-gdb.git] / gdb / target-memory.c
index f77451a5e83be8a2e959ffcc0116e28d495153ad..4dfe7b3b01a461034c858e46a5ddfc5861d1eefb 100644 (file)
@@ -393,7 +393,7 @@ target_write_memory_blocks (VEC(memory_write_request_s) *requests,
     {
       LONGEST len;
 
-      len = target_write_with_progress (&current_target,
+      len = target_write_with_progress (current_target.beneath,
                                        TARGET_OBJECT_MEMORY, NULL,
                                        r->data, r->begin, r->end - r->begin,
                                        progress_cb, r->baton);
This page took 0.023208 seconds and 4 git commands to generate.