We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b7d17 commit d2d4f18Copy full SHA for d2d4f18
src/dbgtool.c
@@ -589,8 +589,8 @@ void bt1(FX *startFX) {
589
BT_morep;
590
while ((fnobj->framename != ATOM_T) && (fx->alink != 11)) {
591
if (fnum > URMAXFXNUM - 1) {
592
- /* Internal buf overflow,more than 100 stacks */
593
- printf("***There are more than 100 stack frames.\n");
+ /* Internal buf overflow, too many stack frames */
+ printf("***There are more than %d stack frames.\n", URMAXFXNUM);
594
printf(
595
"If you want to continue, Uraid will smash its internal table for FX pointer. Do you "
596
"accept?(Y or N)\n");
0 commit comments