mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[NTOS:KD64] Fix 'MAX_KD_COMPONENT_TABLE_ENTRIES' value (#2992)
Addendum to ceb58c8.
This commit is contained in:
@@ -561,7 +561,7 @@ extern ULONG TraceDataBufferPosition;
|
||||
//
|
||||
// Debug Filter Component Table
|
||||
//
|
||||
#define MAX_KD_COMPONENT_TABLE_ENTRIES (DPFLTR_ENDOFTABLE_ID + 2)
|
||||
#define MAX_KD_COMPONENT_TABLE_ENTRIES (DPFLTR_ENDOFTABLE_ID + 1)
|
||||
extern ULONG KdComponentTableSize;
|
||||
extern PULONG KdComponentTable[MAX_KD_COMPONENT_TABLE_ENTRIES];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user