]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-hload.c
sim: constify prog_name
[thirdparty/binutils-gdb.git] / sim / common / sim-hload.c
index 66a981bc5c979aa40d9b1f1ff2106106b85fc60b..b380ee0188072540fd43b411913ab1b8d0ecdb2a 100644 (file)
@@ -27,7 +27,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
    modeling a hardware platform. */
 
 SIM_RC
-sim_load (SIM_DESC sd, char *prog_name, struct bfd *prog_bfd, int from_tty)
+sim_load (SIM_DESC sd, const char *prog_name, struct bfd *prog_bfd, int from_tty)
 {
   bfd *result_bfd;