diff options
Diffstat (limited to 'arch/x32')
-rw-r--r-- | arch/x32/bits/user.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x32/bits/user.h b/arch/x32/bits/user.h index a6edcd1a..471bb19d 100644 --- a/arch/x32/bits/user.h +++ b/arch/x32/bits/user.h @@ -1,8 +1,7 @@ #undef __WORDSIZE #define __WORDSIZE 64 -typedef struct user_fpregs_struct -{ +typedef struct user_fpregs_struct { uint16_t cwd, swd, ftw, fop; uint64_t rip, rdp; uint32_t mxcsr, mxcr_mask; |