update for HEAD-2003021201
[reactos.git] / ntoskrnl / kd / kdebug.c
index 694616f..268fa49 100644 (file)
@@ -216,6 +216,12 @@ KdInitSystem(ULONG Reserved,
                }
            }
        }
+#ifdef KDBG
+    else if (!_strnicmp(p2, "PROFILE", 7))
+         {
+        KdbInitProfiling();
+      }
+#endif /* KDBG */
       p1 = p2;
     }