Skip to content

Commit d795e5f

Browse files
committed
Increased MAX_LEVELS to 32
There seems to be some instances where a maximum stack crawl level of 16 isn't enough, so the number is being increased to 32.
1 parent 4a5a01c commit d795e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttyd-tools/rel/include/global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ struct MenuPrevMenuAndOption
798798

799799
struct ErrorHandlerStrings
800800
{
801-
#define MAX_LEVELS 16
801+
#define MAX_LEVELS 32
802802
char ContextAddress[32];
803803
char RegisterValues[32][11];
804804
char AdditionalRegisterValues[6][11];

0 commit comments

Comments
 (0)