Merge trunk head (r43756)
[reactos.git] / reactos / ntoskrnl / kd64 / kdinit.c
index 77c0b1a..aa2e4e9 100644 (file)
@@ -285,7 +285,7 @@ KdInitSystem(IN ULONG BootPhase,
         if (!KdpDebuggerStructuresInitialized)
         {
             /* Set the Debug Switch Routine and Retries*/
         if (!KdpDebuggerStructuresInitialized)
         {
             /* Set the Debug Switch Routine and Retries*/
-            KdpContext.KdpDefaultRetries = 20;
+            KdpContext.RetryCount = 20;
             KiDebugSwitchRoutine = KdpSwitchProcessor;
 
             /* Initialize the Time Slip DPC */
             KiDebugSwitchRoutine = KdpSwitchProcessor;
 
             /* Initialize the Time Slip DPC */