From 551fd46ba08fbc4c4e823ba483ecd8ea6ec74177 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 1 Feb 2024 02:00:36 +0000 Subject: nt64: signal.h: struct mcontext_t: added missing context member. --- arch/nt64/bits/signal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/nt64/bits/signal.h b/arch/nt64/bits/signal.h index 32a13bf..d6298b8 100644 --- a/arch/nt64/bits/signal.h +++ b/arch/nt64/bits/signal.h @@ -93,6 +93,7 @@ typedef struct { uc_m128a_t uc_xmm13; /* 0x270 */ uc_m128a_t uc_xmm14; /* 0x280 */ uc_m128a_t uc_xmm15; /* 0x290 */ + uc_m128a_t uc_xsave_reserved[6]; /* 0x2a0 */ uc_m128a_t uc_vector_register[26]; /* 0x300 */ unsigned long uc_vector_control; /* 0x4a0 */ unsigned long uc_debug_control; /* 0x4a8 */ -- cgit v1.2.3