aboutsummaryrefslogtreecommitdiff
path: root/gdb/memattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/memattr.c')
-rw-r--r--gdb/memattr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/memattr.c b/gdb/memattr.c
index 356b4d6..0d2fea2 100644
--- a/gdb/memattr.c
+++ b/gdb/memattr.c
@@ -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)
{