diff options
Diffstat (limited to 'sim/avr/interp.c')
-rw-r--r-- | sim/avr/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/avr/interp.c b/sim/avr/interp.c index 1ee6507..7c8f81b 100644 --- a/sim/avr/interp.c +++ b/sim/avr/interp.c @@ -1831,7 +1831,7 @@ sim_kill (SIM_DESC sd) } void -sim_do_command (SIM_DESC sd, char *cmd) +sim_do_command (SIM_DESC sd, const char *cmd) { /* Nothing there yet; it's all an error. */ |