diff options
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index d5cfe8e..9845d46 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -2080,7 +2080,7 @@ init_child_ops (void) deprecated_child_ops.to_fetch_registers = child_fetch_inferior_registers; deprecated_child_ops.to_store_registers = child_store_inferior_registers; deprecated_child_ops.to_prepare_to_store = child_prepare_to_store; - deprecated_child_ops.to_xfer_memory = child_xfer_memory; + deprecated_child_ops.deprecated_xfer_memory = child_xfer_memory; deprecated_child_ops.to_files_info = child_files_info; deprecated_child_ops.to_insert_breakpoint = memory_insert_breakpoint; deprecated_child_ops.to_remove_breakpoint = memory_remove_breakpoint; |