Fix build in MODE=dbg

This commit is contained in:
Justine Tunney 2023-11-13 15:13:45 -08:00
parent 751d20d98d
commit 0283f2772c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 10 additions and 10 deletions

View file

@ -93,7 +93,7 @@ struct loaded {
char *base;
char *entry;
Elf64_Ehdr eh;
Elf64_Phdr ph[32];
Elf64_Phdr ph[30];
};
static struct {