mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOSKRNL]
Fix a warning on MSVC svn path=/trunk/; revision=52710
This commit is contained in:
@@ -611,7 +611,7 @@ KeContextToTrapFrame(IN PCONTEXT Context,
|
||||
if (PreviousMode != KernelMode)
|
||||
{
|
||||
/* Save the mask */
|
||||
KeGetCurrentThread()->DispatcherHeader.DebugActive = DrMask;
|
||||
KeGetCurrentThread()->DispatcherHeader.DebugActive = (DrMask != 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user