Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / record-full.c
index 6fc29d6170ddfddf3123f7a9df1f1d717057bc8c..4249c0440adcd71bfe223556e11e0d8ae05d640f 100644 (file)
@@ -2760,7 +2760,7 @@ cmd_record_full_start (const char *args, int from_tty)
 }
 
 static void
-set_record_full_insn_max_num (char *args, int from_tty,
+set_record_full_insn_max_num (const char *args, int from_tty,
                              struct cmd_list_element *c)
 {
   if (record_full_insn_num > record_full_insn_max_num)
This page took 0.036931 seconds and 4 git commands to generate.