* MAINTAINERS: Add myself as dcache.c maintainer.
[deliverable/binutils-gdb.git] / gdb / remote-utils.c
index a31da1c623ef2aebea8541df70a8bf9279e5b2c9..236a0ec1423dd03df47afc6eeb72443f029ef61c 100644 (file)
@@ -165,7 +165,7 @@ gr_open (char *args, int from_tty, struct gr_settings *gr)
   if ((dcache = gr_get_dcache()) == NULL)
     gr_set_dcache (dcache_init (gr->readfunc, gr->writefunc));
   else
-    dcache_flush (dcache);
+    dcache_invd (dcache);
 
   if (sr_get_desc () != NULL)
     gr_close (0);
This page took 0.022931 seconds and 4 git commands to generate.