mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +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:
@@ -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