Add ``attrib'' parameter to *xfer_memory() functions.

This commit is contained in:
Andrew Cagney
2001-03-15 16:55:15 +00:00
parent 12cca0d293
commit 043780a1fb
8 changed files with 25 additions and 8 deletions

View File

@ -4917,6 +4917,7 @@ _initialize_kernel_u_addr (void)
int
child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
struct mem_attrib *attrib,
struct target_ops *target)
{
register int i;