CurrentPrcb is needed here
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:
parent
d72002187d
commit
e4fa9bdead
@ -35,7 +35,7 @@ XTAPI
|
|||||||
PKPROCESSOR_CONTROL_BLOCK
|
PKPROCESSOR_CONTROL_BLOCK
|
||||||
KeGetCurrentProcessorControlBlock(VOID)
|
KeGetCurrentProcessorControlBlock(VOID)
|
||||||
{
|
{
|
||||||
return (PKPROCESSOR_CONTROL_BLOCK)ArReadGSQuadWord(FIELD_OFFSET(KPROCESSOR_BLOCK, Prcb));
|
return (PKPROCESSOR_CONTROL_BLOCK)ArReadGSQuadWord(FIELD_OFFSET(KPROCESSOR_BLOCK, CurrentPrcb));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user