mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 02:54:19 +08:00
- Uncomment the check to see if we came from kernel or user mode, since we can now do this after the major trap fixes
svn path=/trunk/; revision=34469
This commit is contained in:
@@ -182,7 +182,7 @@ KeUpdateRunTime(IN PKTRAP_FRAME TrapFrame,
|
||||
//
|
||||
// Check if we came from user mode
|
||||
//
|
||||
if (0) //(TrapFrame->PreviousMode != KernelMode)
|
||||
if (TrapFrame->PreviousMode != KernelMode)
|
||||
{
|
||||
//
|
||||
// Increase process user time
|
||||
|
||||
Reference in New Issue
Block a user