2003-05-07 Andrew Cagney <cagney@redhat.com>
* ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch" and "regcache" parameters. * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
This commit is contained in:
parent
9f11468faf
commit
1750fa042b
3 changed files with 12 additions and 2 deletions
|
@ -2033,7 +2033,9 @@ ia64_pop_frame_regular (struct frame_info *frame)
|
|||
}
|
||||
|
||||
static void
|
||||
ia64_remote_translate_xfer_address (CORE_ADDR memaddr, int nr_bytes,
|
||||
ia64_remote_translate_xfer_address (struct gdbarch *gdbarch,
|
||||
struct regcache *regcache,
|
||||
CORE_ADDR memaddr, int nr_bytes,
|
||||
CORE_ADDR *targ_addr, int *targ_len)
|
||||
{
|
||||
*targ_addr = memaddr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue