mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 02:08:30 +00:00
Fix build in MODE=dbg
This commit is contained in:
parent
751d20d98d
commit
0283f2772c
3 changed files with 10 additions and 10 deletions
|
@ -93,7 +93,7 @@ struct loaded {
|
|||
char *base;
|
||||
char *entry;
|
||||
Elf64_Ehdr eh;
|
||||
Elf64_Phdr ph[32];
|
||||
Elf64_Phdr ph[30];
|
||||
};
|
||||
|
||||
static struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue