From e10b1e00bc35c4c44f93fc679ca3c9bea4d7e850 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 1 Feb 2024 01:55:28 +0000 Subject: nt64: struct nt_mcontext_x86_64_t: added missing context member. --- include/ntapi/bits/nt64/nt_thread_x86_64.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ -- cgit v1.2.3