mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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:
parent
d3bb910b19
commit
addb22e71d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue