diff options
Diffstat (limited to 'sim/rx')
-rw-r--r-- | sim/rx/gdb-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/rx/gdb-if.c b/sim/rx/gdb-if.c index 248fdca..2e41b09 100644 --- a/sim/rx/gdb-if.c +++ b/sim/rx/gdb-if.c @@ -864,7 +864,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; } |