mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 21:22:15 +00:00
- Remove the APC from the list and then set it as not inserted, instead of backwards.
svn path=/trunk/; revision=17407
This commit is contained in:
parent
fc21544784
commit
19f76e91c6
1 changed files with 1 additions and 1 deletions
|
@ -674,8 +674,8 @@ KiDeliverApc(KPROCESSOR_MODE DeliveryMode,
|
|||
}
|
||||
|
||||
/* Dequeue the APC */
|
||||
Apc->Inserted = FALSE;
|
||||
RemoveEntryList(ApcListEntry);
|
||||
Apc->Inserted = FALSE;
|
||||
|
||||
/* Go back to APC_LEVEL */
|
||||
KeReleaseSpinLock(&Thread->ApcQueueLock, OldIrql);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue