diff options
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r-- | gdb/aix-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index 20c7872..d6f9f7b 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -1686,7 +1686,7 @@ static LONGEST aix_thread_xfer_partial (struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, - ULONGEST offset, LONGEST len) + ULONGEST offset, ULONGEST len) { struct cleanup *old_chain = save_inferior_ptid (); LONGEST xfer; |