Protoization.

This commit is contained in:
Kevin Buettner 2000-09-05 22:46:57 +00:00
parent 07e90ad5b7
commit 165a58fe68
3 changed files with 21 additions and 11 deletions

View file

@ -433,12 +433,8 @@ hpux_thread_prepare_to_store (void)
}
static int
hpux_thread_xfer_memory (memaddr, myaddr, len, dowrite, target)
CORE_ADDR memaddr;
char *myaddr;
int len;
int dowrite;
struct target_ops *target; /* ignored */
hpux_thread_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
int dowrite, struct target_ops *target)
{
int retval;
struct cleanup *old_chain;