Increase DEBUG_ABBREV_CAP from 16 to 32. (#5014)

This commit is contained in:
Karol Harasim 2016-05-26 16:57:29 +02:00 committed by radare
parent 2adcea4a85
commit be26c2d402

View File

@ -677,7 +677,7 @@ typedef struct {
RBinDwarfAttrSpec *specs;
} RBinDwarfAbbrevDecl;
#define DEBUG_ABBREV_CAP 16
#define DEBUG_ABBREV_CAP 32
typedef struct {
size_t length;