mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +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
|
// 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 ULONG KdComponentTableSize;
|
||||||
extern PULONG KdComponentTable[MAX_KD_COMPONENT_TABLE_ENTRIES];
|
extern PULONG KdComponentTable[MAX_KD_COMPONENT_TABLE_ENTRIES];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue