sim: constify prog_name
[deliverable/binutils-gdb.git] / sim / avr / interp.c
index f14514b33b3ede3f57309f9ea26e0fdd3f175c84..1ee6507eec8c0c77b7e0c9ce24ee66a27d542e4d 100644 (file)
@@ -1793,7 +1793,7 @@ sim_close (SIM_DESC sd, int quitting)
 }
 
 SIM_RC
-sim_load (SIM_DESC sd, char *prog, bfd *abfd, int from_tty)
+sim_load (SIM_DESC sd, const char *prog, bfd *abfd, int from_tty)
 {
   bfd *prog_bfd;
 
This page took 0.034584 seconds and 4 git commands to generate.