We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46416a6 commit a3669fdCopy full SHA for a3669fd
ntoskrnl/include/internal/kd64.h
@@ -561,7 +561,7 @@ extern ULONG TraceDataBufferPosition;
561
//
562
// Debug Filter Component Table
563
564
-#define MAX_KD_COMPONENT_TABLE_ENTRIES (DPFLTR_ENDOFTABLE_ID + 2)
+#define MAX_KD_COMPONENT_TABLE_ENTRIES (DPFLTR_ENDOFTABLE_ID + 1)
565
extern ULONG KdComponentTableSize;
566
extern PULONG KdComponentTable[MAX_KD_COMPONENT_TABLE_ENTRIES];
567
0 commit comments