diff options
Diffstat (limited to 'sim/common/sim-hload.c')
-rw-r--r-- | sim/common/sim-hload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-hload.c b/sim/common/sim-hload.c index 66a981b..b380ee0 100644 --- a/sim/common/sim-hload.c +++ b/sim/common/sim-hload.c @@ -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; |