diff options
Diffstat (limited to 'sim/frv/frv.c')
-rw-r--r-- | sim/frv/frv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/frv.c b/sim/frv/frv.c index eba0156..6cc95d4 100644 --- a/sim/frv/frv.c +++ b/sim/frv/frv.c @@ -89,7 +89,7 @@ frvbf_fetch_register (SIM_CPU *current_cpu, int rn, unsigned char *buf, int len) /* The contents of BUF are in target byte order. */ int -frvbf_store_register (SIM_CPU *current_cpu, int rn, unsigned char *buf, int len) +frvbf_store_register (SIM_CPU *current_cpu, int rn, const unsigned char *buf, int len) { if (SIM_FRV_GR0_REGNUM <= rn && rn <= SIM_FRV_GR63_REGNUM) { |