Initialize thread context for i686
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -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;
|
||||
|
@@ -88,7 +88,11 @@ typedef struct _M128
|
||||
typedef struct _DISPATCHER_HEADER
|
||||
{
|
||||
UCHAR Type;
|
||||
UCHAR Absolute;
|
||||
union
|
||||
{
|
||||
UCHAR Absolute;
|
||||
UCHAR NpxIrql;
|
||||
};
|
||||
UCHAR Inserted;
|
||||
BOOLEAN DebugActive;
|
||||
LONG SignalState;
|
||||
|
Reference in New Issue
Block a user