fixed compiler warnings
This commit is contained in:
parent
3661ff242e
commit
c0cf69ecbd
3 changed files with 6 additions and 2 deletions
|
@ -189,7 +189,7 @@ xmem_pread(void *_p, int size, unsigned long offset)
|
|||
return size;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static const char *
|
||||
static const unsigned char *
|
||||
program_page(unsigned long offset, const unsigned char *p, int nbytes)
|
||||
{
|
||||
const unsigned char *end = p + nbytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue