Implement TARGET_OBJECT_STACK_MEMORY.
[deliverable/binutils-gdb.git] / gdb / memattr.c
index 356b4d6194a470b8243a6ecbe759db0d568ef020..0d2fea2c3c1a1ccd3229d1982f18c526e154d575 100644 (file)
@@ -571,7 +571,7 @@ mem_enable_command (char *args, int from_tty)
 
   require_user_regions (from_tty);
 
-  dcache_invalidate (target_dcache);
+  target_dcache_invalidate ();
 
   if (p == 0)
     {
@@ -625,7 +625,7 @@ mem_disable_command (char *args, int from_tty)
 
   require_user_regions (from_tty);
 
-  dcache_invalidate (target_dcache);
+  target_dcache_invalidate ();
 
   if (p == 0)
     {
@@ -686,7 +686,7 @@ mem_delete_command (char *args, int from_tty)
 
   require_user_regions (from_tty);
 
-  dcache_invalidate (target_dcache);
+  target_dcache_invalidate ();
 
   if (p == 0)
     {
This page took 0.024127 seconds and 4 git commands to generate.