* go32-nat.c (go32_xfer_memory): Make the argument list consistent
with target.h's to_xfer_memory member.
This commit is contained in:
parent
d96031fbcc
commit
a17b5c4efc
@ -1,3 +1,8 @@
|
||||
2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* go32-nat.c (go32_xfer_memory): Make the argument list consistent
|
||||
with target.h's `to_xfer_memory' member.
|
||||
|
||||
2001-02-02 J.T. Conklin <jtc@redback.com>
|
||||
|
||||
* ppc-bdm.c (#include <signal.h>): Removed.
|
||||
|
@ -157,7 +157,9 @@ static void store_register (int regno);
|
||||
static void go32_store_registers (int regno);
|
||||
static void go32_prepare_to_store (void);
|
||||
static int go32_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
|
||||
int write, struct target_ops *target);
|
||||
int write,
|
||||
struct mem_attrib *attrib,
|
||||
struct target_ops *target);
|
||||
static void go32_files_info (struct target_ops *target);
|
||||
static void go32_stop (void);
|
||||
static void go32_kill_inferior (void);
|
||||
@ -539,6 +541,7 @@ go32_prepare_to_store (void)
|
||||
|
||||
static int
|
||||
go32_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
|
||||
struct mem_attrib *attrib ATTRIBUTE_UNUSED,
|
||||
struct target_ops *target ATTRIBUTE_UNUSED)
|
||||
{
|
||||
if (write)
|
||||
|
Loading…
Reference in New Issue
Block a user