diff options
Diffstat (limited to 'gdb/dcache.h')
-rw-r--r-- | gdb/dcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dcache.h b/gdb/dcache.h index 5f9da65..e9eed3d 100644 --- a/gdb/dcache.h +++ b/gdb/dcache.h @@ -37,7 +37,7 @@ void dcache_free (DCACHE *); /* Simple to call from <remote>_xfer_memory */ -int dcache_xfer_memory (DCACHE *cache, CORE_ADDR mem, char *my, int len, - int should_write); +int dcache_xfer_memory (DCACHE *cache, CORE_ADDR mem, gdb_byte *my, + int len, int should_write); #endif /* DCACHE_H */ |