Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / dcache.c
index e7b1e1440e95592d876a441abdd52bbd8f7b4329..740438fe1132e822b095e32c0654930c3d2460ba 100644 (file)
@@ -644,7 +644,7 @@ info_dcache_command (const char *exp, int tty)
 }
 
 static void
-set_dcache_size (char *args, int from_tty,
+set_dcache_size (const char *args, int from_tty,
                 struct cmd_list_element *c)
 {
   if (dcache_size == 0)
@@ -656,7 +656,7 @@ set_dcache_size (char *args, int from_tty,
 }
 
 static void
-set_dcache_line_size (char *args, int from_tty,
+set_dcache_line_size (const char *args, int from_tty,
                      struct cmd_list_element *c)
 {
   if (dcache_line_size < 2
This page took 0.032911 seconds and 4 git commands to generate.