sim: constify prog_name
[deliverable/binutils-gdb.git] / sim / arm / wrapper.c
index 0ea9ee1e314a3272f94f9997e813136ef1e21a34..c475962bc42920bd2e65a43da94b67781f007f4a 100644 (file)
@@ -888,7 +888,7 @@ sim_close (sd, quitting)
 SIM_RC
 sim_load (sd, prog, abfd, from_tty)
      SIM_DESC sd;
-     char *prog;
+     const char *prog;
      bfd *abfd;
      int from_tty ATTRIBUTE_UNUSED;
 {
This page took 0.025626 seconds and 4 git commands to generate.