* aix-thread.c (pdc_read_regs): Minor reformatting.
This commit is contained in:
parent
198e22a0fc
commit
46bba1eff5
@ -1,3 +1,7 @@
|
||||
2008-03-17 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* aix-thread.c (pdc_read_regs): Minor reformatting.
|
||||
|
||||
2008-03-17 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* thread.c (print_thread_info): Don't insist
|
||||
|
@ -365,7 +365,7 @@ pdc_read_regs (pthdb_user_t user,
|
||||
{
|
||||
if (!ptrace32 (PTT_READ_FPRS, tid, (int *) fprs, 0, NULL))
|
||||
memset (fprs, 0, sizeof (fprs));
|
||||
memcpy (context->fpr, fprs, sizeof(fprs));
|
||||
memcpy (context->fpr, fprs, sizeof(fprs));
|
||||
}
|
||||
|
||||
/* Special-purpose registers. */
|
||||
|
Loading…
Reference in New Issue
Block a user