mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:52:56 +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
|
else
|
||||||
{
|
{
|
||||||
/* Set the idle summary */
|
/* Set the idle summary */
|
||||||
InterlockedOr(&KiIdleSummary, Prcb->SetMember);
|
InterlockedOr((PLONG)&KiIdleSummary, Prcb->SetMember);
|
||||||
|
|
||||||
/* Schedule the idle thread */
|
/* Schedule the idle thread */
|
||||||
NextThread = Prcb->IdleThread;
|
NextThread = Prcb->IdleThread;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue