* 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:
J.T. Conklin
2001-04-06 22:25:09 +00:00
parent 7434a5f164
commit af471f3cf4
5 changed files with 12 additions and 0 deletions

View File

@@ -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;