gdb/
* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
This commit is contained in:
parent
b5914469f9
commit
a4d0b8315f
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user