Protoization.

This commit is contained in:
Kevin Buettner
2000-10-10 05:17:25 +00:00
parent 23a87948dd
commit 120abad8b7
4 changed files with 25 additions and 26 deletions

View File

@@ -622,16 +622,12 @@ arm_rdi_store_registers (int regno)
/* Read or write LEN bytes from inferior memory at MEMADDR,
transferring to or from debugger address MYADDR. Write to inferior
if SHOULD_WRITE is nonzero. Returns length of data written or
read; 0 for error. */
read; 0 for error. TARGET is unused. */
/* ARGSUSED */
static int
arm_rdi_xfer_memory (memaddr, myaddr, len, should_write, target)
CORE_ADDR memaddr;
char *myaddr;
int len;
int should_write;
struct target_ops *target; /* ignored */
arm_rdi_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
int should_write, struct target_ops *target)
{
int rslt, i;