aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32c/mem.h')
-rw-r--r--sim/m32c/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32c/mem.h b/sim/m32c/mem.h
index 5caef25..a36a389 100644
--- a/sim/m32c/mem.h
+++ b/sim/m32c/mem.h
@@ -27,7 +27,7 @@ void mem_put_hi (int address, unsigned short value);
void mem_put_psi (int address, unsigned long value);
void mem_put_si (int address, unsigned long value);
-void mem_put_blk (int address, void *bufptr, int nbytes);
+void mem_put_blk (int address, const void *bufptr, int nbytes);
unsigned char mem_get_pc ();