Consolidate ProcessorBlock and ProcessorNumber into ProcessorStructures
This commit is contained in:
@@ -476,8 +476,7 @@ typedef struct _PROCESSOR_START_BLOCK
|
||||
ULONG_PTR Cr3;
|
||||
ULONG_PTR Cr4;
|
||||
PVOID EntryPoint;
|
||||
PVOID ProcessorBlock;
|
||||
ULONG ProcessorNumber;
|
||||
PVOID ProcessorStructures;
|
||||
PVOID Stack;
|
||||
BOOLEAN Started;
|
||||
} PROCESSOR_START_BLOCK, *PPROCESSOR_START_BLOCK;
|
||||
|
||||
@@ -437,8 +437,7 @@ typedef struct _PROCESSOR_START_BLOCK
|
||||
ULONG_PTR Cr3;
|
||||
ULONG_PTR Cr4;
|
||||
PVOID EntryPoint;
|
||||
PVOID ProcessorBlock;
|
||||
ULONG ProcessorNumber;
|
||||
PVOID ProcessorStructures;
|
||||
PVOID Stack;
|
||||
BOOLEAN Started;
|
||||
} PROCESSOR_START_BLOCK, *PPROCESSOR_START_BLOCK;
|
||||
|
||||
Reference in New Issue
Block a user