diff options
author | midipix <writeonce@midipix.org> | 2024-02-01 02:00:36 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-01 02:00:36 +0000 |
commit | 551fd46ba08fbc4c4e823ba483ecd8ea6ec74177 (patch) | |
tree | 58a4bedc90aecbdf4e838352ec11955ae61009f1 | |
parent | abd66e56b3c0fd209dc225149c50acf46c3e1677 (diff) | |
download | mmglue-551fd46ba08fbc4c4e823ba483ecd8ea6ec74177.tar.bz2 mmglue-551fd46ba08fbc4c4e823ba483ecd8ea6ec74177.tar.xz |
nt64: signal.h: struct mcontext_t: added missing context member.
-rw-r--r-- | arch/nt64/bits/signal.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |