diff options
Diffstat (limited to 'gdb/target-dcache.c')
-rw-r--r-- | gdb/target-dcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/target-dcache.c b/gdb/target-dcache.c index 7602440..3759866 100644 --- a/gdb/target-dcache.c +++ b/gdb/target-dcache.c @@ -105,7 +105,7 @@ static int stack_cache_enabled = 1; except cleanliness. */ static void -set_stack_cache (char *args, int from_tty, struct cmd_list_element *c) +set_stack_cache (const char *args, int from_tty, struct cmd_list_element *c) { if (stack_cache_enabled != stack_cache_enabled_1) target_dcache_invalidate (); @@ -143,7 +143,7 @@ static int code_cache_enabled = 1; except cleanliness. */ static void -set_code_cache (char *args, int from_tty, struct cmd_list_element *c) +set_code_cache (const char *args, int from_tty, struct cmd_list_element *c) { if (code_cache_enabled != code_cache_enabled_1) target_dcache_invalidate (); |