summaryrefslogtreecommitdiff
path: root/sim/avr/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/avr/interp.c')
-rw-r--r--sim/avr/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/avr/interp.c b/sim/avr/interp.c
index a5212e79a7c..23fc8dcbd5b 100644
--- a/sim/avr/interp.c
+++ b/sim/avr/interp.c
@@ -1855,7 +1855,7 @@ sim_set_callbacks (host_callback *ptr)
}
char **
-sim_complete_command (SIM_DESC sd, char *text, char *word)
+sim_complete_command (SIM_DESC sd, const char *text, const char *word)
{
return NULL;
}