From 53702f451cd3c0578350848fd391742f7b3b1805 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 17 Mar 2008 19:00:31 +0000 Subject: * aix-thread.c (pdc_read_regs): Minor reformatting. --- gdb/aix-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/aix-thread.c') diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index c620ce3a428..a956df2596f 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -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. */ -- cgit v1.2.1