[NTOSKRNL] Fix a typo I introduced in TRAP_DEBUG only code, spotted by Thomas

svn path=/trunk/; revision=60702
This commit is contained in:
Timo Kreuzer 2013-10-19 11:40:00 +00:00
parent 6697ef7a17
commit fc553a6968

View file

@ -163,7 +163,7 @@ KiExitTrapDebugChecks(IN PKTRAP_FRAME TrapFrame,
}
/* Check DR values */
if (KiUserTrap(TrapFrame)
if (KiUserTrap(TrapFrame))
{
/* Check for active debugging */
if (KeGetCurrentThread()->Header.DebugActive)