sim: constify prog_name
[deliverable/binutils-gdb.git] / sim / m32c / gdb-if.c
index 56e08624cd11fd3792ebb7892515fee9288645cc..bec9d48838ac0c151f6d234ba31b14995df99a61 100644 (file)
@@ -128,7 +128,7 @@ open_objfile (const char *filename)
 
 
 SIM_RC
-sim_load (SIM_DESC sd, char *prog, struct bfd * abfd, int from_tty)
+sim_load (SIM_DESC sd, const char *prog, struct bfd * abfd, int from_tty)
 {
   check_desc (sd);
 
This page took 0.024075 seconds and 4 git commands to generate.