mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[NTOSKRNL]
Fix a warning on MSVC svn path=/trunk/; revision=52710
This commit is contained in:
parent
46b4ae974e
commit
d80ad7f4ad
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ KeContextToTrapFrame(IN PCONTEXT Context,
|
|||
if (PreviousMode != KernelMode)
|
||||
{
|
||||
/* Save the mask */
|
||||
KeGetCurrentThread()->DispatcherHeader.DebugActive = DrMask;
|
||||
KeGetCurrentThread()->DispatcherHeader.DebugActive = (DrMask != 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue