[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / ke / amd64 / except.c
index 2cdda75..00731e8 100644 (file)
@@ -277,7 +277,7 @@ KiDispatchException(IN PEXCEPTION_RECORD ExceptionRecord,
     if (PreviousMode == KernelMode)
     {
         /* Check if this is a first-chance exception */
-        if (FirstChance == TRUE)
+        if (FirstChance)
         {
             /* Break into the debugger for the first time */
             if (KiDebugRoutine(TrapFrame,