Constify add_prefix_cmd
[deliverable/binutils-gdb.git] / gdb / dcache.c
index 891fa02fbdd0ee289c7894ef21fc747ec4961f82..c8832fd36b5ba19479f92bf31787bc76ff061c67 100644 (file)
@@ -672,7 +672,7 @@ set_dcache_line_size (char *args, int from_tty,
 }
 
 static void
-set_dcache_command (char *arg, int from_tty)
+set_dcache_command (const char *arg, int from_tty)
 {
   printf_unfiltered (
      "\"set dcache\" must be followed by the name of a subcommand.\n");
@@ -680,7 +680,7 @@ set_dcache_command (char *arg, int from_tty)
 }
 
 static void
-show_dcache_command (char *args, int from_tty)
+show_dcache_command (const char *args, int from_tty)
 {
   cmd_show_list (dcache_show_list, from_tty, "");
 }
This page took 0.024593 seconds and 4 git commands to generate.