forked from Imagelibrary/binutils-gdb
* gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
void return value; * gdbserver/low-nbsd.c: Likewise. * gdbserver/low-sparc.c: Likewise. * gdbserver/low-sun3.c: Likewise. ---------------------------------------------------------------------
This commit is contained in:
@@ -272,6 +272,7 @@ store_inferior_registers (int regno)
|
||||
/* Copy LEN bytes from inferior's memory starting at MEMADDR
|
||||
to debugger memory starting at MYADDR. */
|
||||
|
||||
void
|
||||
read_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len)
|
||||
{
|
||||
register int i;
|
||||
|
||||
Reference in New Issue
Block a user