diff options
Diffstat (limited to 'sim/mcore/interp.c')
-rw-r--r-- | sim/mcore/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mcore/interp.c b/sim/mcore/interp.c index dbac156..082bc4e 100644 --- a/sim/mcore/interp.c +++ b/sim/mcore/interp.c @@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ static unsigned long -mcore_extract_unsigned_integer (unsigned char *addr, int len) +mcore_extract_unsigned_integer (const unsigned char *addr, int len) { unsigned long retval; unsigned char * p; |