diff options
Diffstat (limited to 'sim/arm/wrapper.c')
-rw-r--r-- | sim/arm/wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c index 7f794a3..a4b7683 100644 --- a/sim/arm/wrapper.c +++ b/sim/arm/wrapper.c @@ -945,7 +945,7 @@ sim_set_callbacks (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; } |