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

@ -225,8 +225,9 @@ child_stop (void)
}
int
child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
int write, struct target_ops *target)
child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
struct mem_attrib *attrib,
struct target_ops *target)
{
int i;