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 32077a6..3f7400c 100644 --- a/gdb/dcache.h +++ b/gdb/dcache.h @@ -35,7 +35,7 @@ void dcache_free (DCACHE *); /* Simple to call from <remote>_xfer_memory */ -int dcache_xfer_memory (DCACHE *cache, CORE_ADDR mem, gdb_byte *my, - int len, int should_write); +int dcache_xfer_memory (struct target_ops *ops, DCACHE *cache, CORE_ADDR mem, + gdb_byte *my, int len, int should_write); #endif /* DCACHE_H */ |