aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mcore/interp.c')
-rw-r--r--sim/mcore/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mcore/interp.c b/sim/mcore/interp.c
index 72c59f7..9b08de0 100644
--- a/sim/mcore/interp.c
+++ b/sim/mcore/interp.c
@@ -1922,7 +1922,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;
{