| Index: sim/avr/interp.c
|
| diff --git a/sim/avr/interp.c b/sim/avr/interp.c
|
| index 941aea73a4668122f0b6dc237e223e432c311209..23fc8dcbd5bab95caf317e74d2b5337e24cc5408 100644
|
| --- a/sim/avr/interp.c
|
| +++ b/sim/avr/interp.c
|
| @@ -1,5 +1,5 @@
|
| /* Simulator for Atmel's AVR core.
|
| - Copyright (C) 2009-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
| Written by Tristan Gingold, AdaCore.
|
|
|
| This file is part of GDB, the GNU debugger.
|
| @@ -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;
|
| }
|
|
|