mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00: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:
parent
79811cb5a6
commit
09dbb9edf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue