diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-08-31 03:19:06 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-08-31 03:19:06 +0000 |
commit | 32aaf7c4ec6259670533cf470147900a0c46687a (patch) | |
tree | d5ea44fc6a27cdfc63e6e1e3a115349cd0a70bde /gdb/gnu-nat.c | |
parent | 9d4d073e780f002a3a56e7f0c664b6e2e9a57f5c (diff) | |
download | gdb-32aaf7c4ec6259670533cf470147900a0c46687a.tar.gz |
Protoization.
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index ff56ffc8311..6ab6abce71d 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -2442,14 +2442,11 @@ out: } -/* Return 0 on failure, number of bytes handled otherwise. */ +/* Return 0 on failure, number of bytes handled otherwise. TARGET + is ignored. */ static int -gnu_xfer_memory (memaddr, myaddr, len, write, target) - CORE_ADDR memaddr; - char *myaddr; - int len; - int write; - struct target_ops *target; /* IGNORED */ +gnu_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write, + struct target_ops *target) { task_t task = (current_inferior ? (current_inferior->task |