forked from Imagelibrary/binutils-gdb
sim: constify sim_write source buffer (part 2)
As pointed out by Sandra Loosemore, a bunch of targets define sim_write themselves instead of using the common/ code. So constify them too. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user