summaryrefslogtreecommitdiff
path: root/gdb/dcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dcache.h')
-rw-r--r--gdb/dcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dcache.h b/gdb/dcache.h
index 32077a6b552..3f7400cbdbb 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 */