diff options
author | midipix <writeonce@midipix.org> | 2019-09-15 00:49:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-09-15 00:49:59 +0000 |
commit | c261aacf284db30c9748eb59ca53e7b087088569 (patch) | |
tree | b0f9384ccbd73bde7577a838383b332ff1730990 /include | |
parent | b625d1faa88977f3a9b1afa8dcecd8290594bdad (diff) | |
download | ntapi-c261aacf284db30c9748eb59ca53e7b087088569.tar.bz2 ntapi-c261aacf284db30c9748eb59ca53e7b087088569.tar.xz |
nt64: fix definition of struct nt_xsave_fmt_t (see nt_mcontext_x86_64_t).
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/bits/nt64/nt_thread_x86_64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ntapi/bits/nt64/nt_thread_x86_64.h b/include/ntapi/bits/nt64/nt_thread_x86_64.h index 6c6a877..2fb2376 100644 --- a/include/ntapi/bits/nt64/nt_thread_x86_64.h +++ b/include/ntapi/bits/nt64/nt_thread_x86_64.h @@ -21,8 +21,6 @@ typedef struct { uint32_t uc_mx_csr; /* 0x018 */ uint32_t uc_mx_csr_mask; /* 0x01c */ nt_m128a_t uc_float_registers[8]; /* 0x020 */ - nt_m128a_t uc_xmm_registers[16]; /* 0x0a0 */ - uint8_t uc_reserved4[96]; /* 0x1a0 */ } nt_xsave_fmt_t; typedef struct { |