diff options
Diffstat (limited to 'gdb/exec.c')
-rw-r--r-- | gdb/exec.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -455,9 +455,8 @@ map_vmap (bfd *abfd, bfd *arch) we just tail-call it with more arguments to select between them. */ int -xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write, - struct mem_attrib *attrib, - struct target_ops *target) +xfer_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int write, + struct mem_attrib *attrib, struct target_ops *target) { int res; struct section_table *p; |