* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
This commit is contained in:
Yao Qi 2012-01-02 03:59:35 +00:00
parent b5914469f9
commit a4d0b8315f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-01-02 Yao Qi <yao@codesourcery.com>
* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
Joel Brobecker <brobecker@adacore.com>

View File

@ -590,7 +590,7 @@ inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object,
struct ptrace_io_desc piod;
if (writebuf)
return -1;
return -1;
piod.piod_op = PIOD_READ_AUXV;
piod.piod_addr = readbuf;
piod.piod_offs = (void *) (long) offset;