aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r--gdb/remote-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c
index a31da1c..236a0ec 100644
--- a/gdb/remote-utils.c
+++ b/gdb/remote-utils.c
@@ -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);