X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sim%2Fm32c%2Fmem.h;h=5b061d7d870280a2002363d3387741fff6ee4d56;hb=a2db7c07510f1f682af586153fa7ca8ad42b56c6;hp=9b8e9619a6189a1184b538cb7730b0daa92bfaec;hpb=e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/m32c/mem.h b/sim/m32c/mem.h index 9b8e9619a6..5b061d7d87 100644 --- a/sim/m32c/mem.h +++ b/sim/m32c/mem.h @@ -1,6 +1,6 @@ /* mem.h --- interface to memory for M32C simulator. -Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2005-2014 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. @@ -27,7 +27,7 @@ void mem_put_hi (int address, unsigned short value); void mem_put_psi (int address, unsigned long value); void mem_put_si (int address, unsigned long value); -void mem_put_blk (int address, void *bufptr, int nbytes); +void mem_put_blk (int address, const void *bufptr, int nbytes); unsigned char mem_get_pc ();