summaryrefslogtreecommitdiff
path: root/sim/m32c/gdb-if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32c/gdb-if.c')
-rw-r--r--sim/m32c/gdb-if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32c/gdb-if.c b/sim/m32c/gdb-if.c
index d02d24ec449..83e9f1e9560 100644
--- a/sim/m32c/gdb-if.c
+++ b/sim/m32c/gdb-if.c
@@ -704,7 +704,7 @@ sim_do_command (SIM_DESC sd, char *cmd)
}
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;
}