aboutsummaryrefslogtreecommitdiff
path: root/sim/moxie/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/moxie/interp.c')
-rw-r--r--sim/moxie/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/moxie/interp.c b/sim/moxie/interp.c
index 079ef9b..a031c59 100644
--- a/sim/moxie/interp.c
+++ b/sim/moxie/interp.c
@@ -1028,7 +1028,7 @@ int
sim_write (sd, addr, buffer, size)
SIM_DESC sd;
SIM_ADDR addr;
- unsigned char * buffer;
+ const unsigned char * buffer;
int size;
{
sim_cpu *scpu = STATE_CPU (sd, 0); /* FIXME */