2005-05-16 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / dcache.c
index bff7e9fccab74bce2d7629aca73e5dd410a41b32..72e98660be28bc04ba61f25f260d81bac2faaf08 100644 (file)
@@ -532,8 +532,8 @@ dcache_free (DCACHE *dcache)
    This routine is indended to be called by remote_xfer_ functions. */
 
 int
-dcache_xfer_memory (DCACHE *dcache, CORE_ADDR memaddr, char *myaddr, int len,
-                   int should_write)
+dcache_xfer_memory (DCACHE *dcache, CORE_ADDR memaddr, gdb_byte *myaddr,
+                   int len, int should_write)
 {
   int i;
   int (*xfunc) (DCACHE *dcache, CORE_ADDR addr, char *ptr);
This page took 0.024771 seconds and 4 git commands to generate.