PDB: Increase maximum number of "aclass" registrations

This commit is contained in:
Hannes Domani
2022-04-20 22:02:27 +02:00
parent 30605047d3
commit 80f0e38f11

View File

@@ -6480,7 +6480,7 @@ static int next_aclass_value = LOC_FINAL_VALUE;
/* The maximum number of "aclass" registrations we support. This is
constant for convenience. */
#define MAX_SYMBOL_IMPLS (LOC_FINAL_VALUE + 10)
#define MAX_SYMBOL_IMPLS (LOC_FINAL_VALUE + 16)
/* The objects representing the various "aclass" values. The elements
from 0 up to LOC_FINAL_VALUE-1 represent themselves, and subsequent