diff options
author | midipix <writeonce@midipix.org> | 2024-02-01 01:55:28 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-01 01:55:28 +0000 |
commit | e10b1e00bc35c4c44f93fc679ca3c9bea4d7e850 (patch) | |
tree | 286b88cc5863a2e64cdf6b31b9197990eb4ed465 | |
parent | 8ef8cbf7607aca37f8057945ba2032b8c561eec7 (diff) | |
download | ntapi-e10b1e00bc35c4c44f93fc679ca3c9bea4d7e850.tar.bz2 ntapi-e10b1e00bc35c4c44f93fc679ca3c9bea4d7e850.tar.xz |
nt64: struct nt_mcontext_x86_64_t: added missing context member.
-rw-r--r-- | include/ntapi/bits/nt64/nt_thread_x86_64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/bits/nt64/nt_thread_x86_64.h b/include/ntapi/bits/nt64/nt_thread_x86_64.h index 2fb2376..281961d 100644 --- a/include/ntapi/bits/nt64/nt_thread_x86_64.h +++ b/include/ntapi/bits/nt64/nt_thread_x86_64.h @@ -88,6 +88,7 @@ typedef struct { nt_m128a_t uc_xmm13; /* 0x270 */ nt_m128a_t uc_xmm14; /* 0x280 */ nt_m128a_t uc_xmm15; /* 0x290 */ + nt_m128a_t uc_xsave_reserved[6]; /* 0x2a0 */ nt_m128a_t uc_vector_register[26]; /* 0x300 */ uintptr_t uc_vector_control; /* 0x4a0 */ uintptr_t uc_debug_control; /* 0x4a8 */ |