We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7570419 + 3cca832 commit dba49faCopy full SHA for dba49fa
1 file changed
component/parse_sym.h
@@ -4,7 +4,7 @@
4
#include <stdbool.h>
5
#include <stdlib.h>
6
7
-#define MAX_SYM_LENGTH 128
+#define MAX_SYM_LENGTH 256
8
#define MAX_SYM_ADDR_LENGTH (MAX_SYM_LENGTH + 8)
9
10
enum {
0 commit comments