mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-20 22:34:39 +00:00
Increase DEBUG_ABBREV_CAP from 16 to 32. (#5014)
This commit is contained in:
parent
2adcea4a85
commit
be26c2d402
@ -677,7 +677,7 @@ typedef struct {
|
||||
RBinDwarfAttrSpec *specs;
|
||||
} RBinDwarfAbbrevDecl;
|
||||
|
||||
#define DEBUG_ABBREV_CAP 16
|
||||
#define DEBUG_ABBREV_CAP 32
|
||||
|
||||
typedef struct {
|
||||
size_t length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user