mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
Temporary fix a call to KeUpdateSystemTime(), passing third CLOCK_INCREMENT's value (100000) as third param.
svn path=/trunk/; revision=23683
This commit is contained in:
parent
be7b345087
commit
1b82756b34
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ MpsTimerHandler(ULONG Vector, PKIRQ_TRAPFRAME Trapframe)
|
|||
MpsIRQTrapFrameToTrapFrame(Trapframe, &KernelTrapFrame);
|
||||
if (KeGetCurrentProcessorNumber() == 0)
|
||||
{
|
||||
KeUpdateSystemTime(&KernelTrapFrame, oldIrql);
|
||||
KeUpdateSystemTime(&KernelTrapFrame, oldIrql, 100000); // FIXME: CLOCK_INCREMENT?
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue