]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/microblaze/interp.c
sim: constify prog_name
[thirdparty/binutils-gdb.git] / sim / microblaze / interp.c
index 4907b7383d5a6bbd254a39310dcd91e2408d11be..8fcf9d964cd98a384193ea762cb569f7cce75907 100644 (file)
@@ -887,7 +887,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)
 {
   /* Do the right thing for ELF executables; this turns out to be
      just about the right thing for any object format that: