mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:26:02 +00:00
Fix warning.
svn path=/trunk/; revision=25642
This commit is contained in:
parent
c8d34de940
commit
2dc167ecee
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ KiSwapThread(IN PKTHREAD CurrentThread,
|
|||
else
|
||||
{
|
||||
/* Set the idle summary */
|
||||
InterlockedOr(&KiIdleSummary, Prcb->SetMember);
|
||||
InterlockedOr((PLONG)&KiIdleSummary, Prcb->SetMember);
|
||||
|
||||
/* Schedule the idle thread */
|
||||
NextThread = Prcb->IdleThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue