Initialize thread context for i686

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

@@ -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;