aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2013-08-17 14:42:40 +0000
committerAndrew Turner <andrew@FreeBSD.org>2013-08-17 14:42:40 +0000
commitb013dea54ea149cbaf25c21a3d6ad35a4950b7ae (patch)
treec5f5a5841af9d1e32ca7b338c14988a7d4341666 /lib/libthread_db
parentfbc66a3be69f6c830709f6c554a44ec99203298c (diff)
Notes
Diffstat (limited to 'lib/libthread_db')
-rw-r--r--lib/libthread_db/arch/arm/libpthread_md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthread_db/arch/arm/libpthread_md.c b/lib/libthread_db/arch/arm/libpthread_md.c
index 6e4b2bddfc74..a72df2e4bb2d 100644
--- a/lib/libthread_db/arch/arm/libpthread_md.c
+++ b/lib/libthread_db/arch/arm/libpthread_md.c
@@ -90,7 +90,7 @@ pt_fpreg_to_ucontext(const struct fpreg *r __unused, ucontext_t *uc)
mcontext_t *mc = &uc->uc_mcontext;
/* XXX */
- memset(&mc->__fpu.__fpregs, 0, sizeof(__fpregset_t));
+ memset(&mc->__fpu, 0, sizeof(mc->__fpu));
}
void