Replace dcache with splay tree.
[deliverable/binutils-gdb.git] / gdb / dcache.h
index 32077a6b5527f2f1fef75b0c81b82c7a377591b2..3f7400cbdbba75c26dc992be2a65ad02b210a1be 100644 (file)
@@ -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 */
This page took 0.031425 seconds and 4 git commands to generate.