Initialize thread context for i686
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-03-15 23:05:18 +01:00
parent e05366815a
commit e6b64b741a
3 changed files with 82 additions and 5 deletions

View File

@@ -191,8 +191,8 @@ typedef struct _SIMD_SAVE_AREA
ULONG ErrorSelector;
ULONG DataOffset;
ULONG DataSelector;
ULONG MXCsr;
ULONG MXCsrMask;
ULONG MxCsr;
ULONG MxCsrMask;
UCHAR RegisterArea[SIZE_OF_FX_REGISTERS];
UCHAR Reserved3[SIZE_OF_FX_REGISTERS];
UCHAR Reserved4[224];
@@ -379,7 +379,7 @@ typedef struct _KTRAP_FRAME
ULONG Edx;
ULONG Ecx;
ULONG Eax;
ULONG PreviousPreviousMode;
ULONG PreviousMode;
PEXCEPTION_REGISTRATION_RECORD ExceptionList;
ULONG SegFs;
ULONG Edi;