about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/register-dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/register-dump.h')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/register-dump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/register-dump.h b/sysdeps/unix/sysv/linux/x86_64/register-dump.h
index 82a6d05ca3..29e48c8315 100644
--- a/sysdeps/unix/sysv/linux/x86_64/register-dump.h
+++ b/sysdeps/unix/sysv/linux/x86_64/register-dump.h
@@ -183,7 +183,7 @@ register_dump (int fd, struct sigcontext *ctx)
       /* Generate output for the FPU control/status registers.  */
       hexvalue (ctx->fpstate->cwd, fpregs[0], 8);
       hexvalue (ctx->fpstate->swd, fpregs[1], 8);
-      hexvalue (ctx->fpstate->twd, fpregs[2], 8);
+      hexvalue (ctx->fpstate->ftw, fpregs[2], 8);
       hexvalue (ctx->fpstate->rip, fpregs[3], 8);
       hexvalue (ctx->fpstate->rdp, fpregs[4], 8);