Skip to content

Commit 0613e19

Browse files
authored
Merge pull request #143 from staalmannen/claude/upgrade-ape-c-library-mmZGd
ld/dwarf: increase includestack from 16 to 64
2 parents 5109c89 + 87e7396 commit 0613e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sys/src/cmd/ld/dwarf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ addhistfile(char *zentry)
518518
static struct {
519519
int file;
520520
vlong line;
521-
} includestack[16];
521+
} includestack[64];
522522
static int includetop;
523523
static vlong absline;
524524

0 commit comments

Comments
 (0)