aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppah-nat.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-09-02 00:07:32 +0000
committerKevin Buettner <kevinb@redhat.com>2000-09-02 00:07:32 +0000
commit8fef05cc0416032a9b95ee4757b239198b80565f (patch)
tree3c35eff99c5e52506af2a4364adc29db51f3b4a5 /gdb/hppah-nat.c
parent6953f3ba6953f252aa37f3df34a9c28d41bf13db (diff)
downloadfsf-binutils-gdb-8fef05cc0416032a9b95ee4757b239198b80565f.zip
fsf-binutils-gdb-8fef05cc0416032a9b95ee4757b239198b80565f.tar.gz
fsf-binutils-gdb-8fef05cc0416032a9b95ee4757b239198b80565f.tar.bz2
Protoization.
Diffstat (limited to 'gdb/hppah-nat.c')
-rw-r--r--gdb/hppah-nat.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c
index 222a6e0..128d66d 100644
--- a/gdb/hppah-nat.c
+++ b/gdb/hppah-nat.c
@@ -262,15 +262,11 @@ fetch_register (int regno)
Returns the length copied, which is either the LEN argument or zero.
This xfer function does not do partial moves, since child_ops
doesn't allow memory operations to cross below us in the target stack
- anyway. */
+ anyway. TARGET is ignored. */
int
-child_xfer_memory (memaddr, myaddr, len, write, target)
- CORE_ADDR memaddr;
- char *myaddr;
- int len;
- int write;
- struct target_ops *target; /* ignored */
+child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
+ struct target_ops *target)
{
register int i;
/* Round starting address down to longword boundary. */