X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fke%2Ftime.c;h=ef92051f143484b771dba7f0984b62920b146c2c;hp=f54b9258a4639fe858108f096416fe606caeeab4;hb=072d1821e7c71bcb31446675c0dd8c9b6577e044;hpb=81dea422f67f60d295af47c3de621015233e70d8 diff --git a/ntoskrnl/ke/time.c b/ntoskrnl/ke/time.c index f54b9258a46..ef92051f143 100644 --- a/ntoskrnl/ke/time.c +++ b/ntoskrnl/ke/time.c @@ -184,12 +184,12 @@ KeUpdateRunTime(IN PKTRAP_FRAME TrapFrame, /* Handle being in a DPC */ Prcb->DpcTime++; -#if 0 //DBG +#if DBG /* Update the DPC time */ Prcb->DebugDpcTime++; /* Check if we have timed out */ - if (Prcb->DebugDpcTime == KiDPCTimeout); + if (Prcb->DebugDpcTime == KiDPCTimeout) { /* We did! */ DbgPrint("*** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime\n");