Adjust the size of PMC_DEFAULT_DEBUG_FLAGS to match the size of the

structure.

PR:	207068
Submitted by:	joss.upton@yahoo.com
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2016-02-12 07:20:27 +00:00
parent 0c8cc7b076
commit 70c1d5a32a

View file

@ -1033,7 +1033,7 @@ extern struct pmc_debugflags pmc_debugflags;
#define KTR_PMC KTR_SUBSYS
#define PMC_DEBUG_STRSIZE 128
#define PMC_DEBUG_DEFAULT_FLAGS { 0, 0, 0, 0, 0, 0, 0, 0 }
#define PMC_DEBUG_DEFAULT_FLAGS { 0, 0, 0, 0, 0, 0, 0, 0, 0 }
#define PMCDBG0(M, N, L, F) do { \
if (pmc_debugflags.pdb_ ## M & (1 << PMC_DEBUG_MIN_ ## N)) \