mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOS:KD64] Fix 'MAX_KD_COMPONENT_TABLE_ENTRIES' value (#2992)
Addendum to ceb58c8
.
This commit is contained in:
parent
46416a6238
commit
a3669fdef7
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue