summaryrefslogtreecommitdiff
path: root/sim/microblaze/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/microblaze/interp.c')
-rw-r--r--sim/microblaze/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c
index d09327dbfe4..72a45936123 100644
--- a/sim/microblaze/interp.c
+++ b/sim/microblaze/interp.c
@@ -1090,7 +1090,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;
}