diff options
| author | Michal Meloun <mmel@FreeBSD.org> | 2017-03-24 11:46:49 +0000 |
|---|---|---|
| committer | Michal Meloun <mmel@FreeBSD.org> | 2017-03-24 11:46:49 +0000 |
| commit | dfe5f22fd710dd06dfb3d792274a505e5960d422 (patch) | |
| tree | 54ae7df03a56aa9b96facbae6dc7b720fdbfd62b /lib | |
| parent | 3aef5b286a10ea6943ee984fa470961ba58e1a56 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libthread_db/arch/arm/libpthread_md.c | 2 |
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 a72df2e4bb2d..a733475dbc21 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, 0, sizeof(mc->__fpu)); + memset(&mc->mc_spare, 0, sizeof(mc->mc_spare)); } void |
