mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Set KernelApcPending == TRUE in KiCheckForKernelApcDelivery if we are at APC_LEVEL. This should hopefully fix some of those silent bugs. Thanks to Ignatich for poking me about it.
svn path=/trunk/; revision=20820
This commit is contained in:
@@ -57,6 +57,7 @@ KiCheckForKernelApcDelivery(VOID)
|
||||
* be delivered now, but after the IRQL is lowered to passive
|
||||
* level again.
|
||||
*/
|
||||
KeGetCurrentThread()->ApcState.KernelApcPending = TRUE;
|
||||
HalRequestSoftwareInterrupt(APC_LEVEL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user