* MAINTAINERS: Add myself as dcache.c maintainer.
[deliverable/binutils-gdb.git] / gdb / wince.c
index c07ada0b02a975676e7477911ab2a24a6940cfae..7081dd2fd58a853de702de8a545e9109d25e1967 100644 (file)
@@ -1732,7 +1732,7 @@ child_create_inferior (char *exec_file, char *args, char **env)
   if (!remote_dcache)
     remote_dcache = dcache_init (remote_read_bytes, remote_write_bytes);
   else
-    dcache_flush (remote_dcache);
+    dcache_invd (remote_dcache);
 
   exec_file = upload_to_device (exec_file, exec_file);
 
@@ -1842,7 +1842,7 @@ child_resume (int pid, int step, enum target_signal sig)
       th->context.ContextFlags = 0;
     }
 
-  dcache_flush (remote_dcache);
+  dcache_invd (remote_dcache);
 
   /* Allow continuing with the same signal that interrupted us.
      Otherwise complain. */
This page took 0.024379 seconds and 4 git commands to generate.