constify error_no_arg
[deliverable/binutils-gdb.git] / gdb / corelow.c
index e6a5cb136cc92c290406b3f064e377a4c1633d61..1775a6695f9de17a9f73579d1494629abe3f6f83 100644 (file)
@@ -979,7 +979,8 @@ core_has_registers (struct target_ops *ops)
 /* Implement the to_info_proc method.  */
 
 static void
-core_info_proc (struct target_ops *ops, char *args, enum info_proc_what request)
+core_info_proc (struct target_ops *ops, const char *args,
+               enum info_proc_what request)
 {
   struct gdbarch *gdbarch = get_current_arch ();
 
This page took 0.023905 seconds and 4 git commands to generate.