From c4116d749ac04b4c77a25f03c748b6a170cae4e5 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 20 Feb 2014 15:41:34 +0100 Subject: [PATCH] Small fixup. --- gdb/procfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/procfs.c b/gdb/procfs.c index 0e2112b..8887f10 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -129,7 +129,8 @@ static ptid_t procfs_wait (struct target_ops *, ptid_t, struct target_waitstatus *, int); static enum target_xfer_status procfs_xfer_memory (gdb_byte *, const gdb_byte *, - ULONGEST, ULONGEST); + ULONGEST, ULONGEST, + ULONGEST *); static target_xfer_partial_ftype procfs_xfer_partial; static int procfs_thread_alive (struct target_ops *ops, ptid_t); -- 1.7.10.4