aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r--gdb/remote-bug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c
index 7d34615..aac148e 100644
--- a/gdb/remote-bug.c
+++ b/gdb/remote-bug.c
@@ -119,7 +119,7 @@ bug_load (char *args, int fromtty)
sr_check_open ();
- dcache_flush (gr_get_dcache ());
+ dcache_invd (gr_get_dcache ());
inferior_pid = 0;
abfd = bfd_openr (args, 0);
if (!abfd)
@@ -242,7 +242,7 @@ bug_open (char *args, int from_tty)
void
bug_resume (int pid, int step, enum target_signal sig)
{
- dcache_flush (gr_get_dcache ());
+ dcache_invd (gr_get_dcache ());
if (step)
{