Initial process and thread related structures
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-02-08 23:40:58 +01:00
parent 929d3dfae7
commit 9132c47cd9
7 changed files with 53 additions and 2 deletions

View File

@@ -444,6 +444,7 @@ typedef struct _KPROCESSOR_CONTROL_BLOCK
{
ULONG MxCsr;
UCHAR Number;
PKTHREAD CurrentThread;
ULONG64 RspBase;
ULONG_PTR SetMember;
KPROCESSOR_STATE ProcessorState;