diff options
Diffstat (limited to 'sim/msp430')
-rw-r--r-- | sim/msp430/msp430-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/msp430/msp430-sim.c b/sim/msp430/msp430-sim.c index 2ca5e17..d253f2e 100644 --- a/sim/msp430/msp430-sim.c +++ b/sim/msp430/msp430-sim.c @@ -74,7 +74,7 @@ msp430_reg_fetch (SIM_CPU *cpu, int regno, unsigned char *buf, int len) } static int -msp430_reg_store (SIM_CPU *cpu, int regno, unsigned char *buf, int len) +msp430_reg_store (SIM_CPU *cpu, int regno, const unsigned char *buf, int len) { if (0 <= regno && regno < 16) { |