diff options
Diffstat (limited to 'cmd/elf.c')
-rw-r--r-- | cmd/elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ static unsigned long load_elf_image_phdr(unsigned long addr) return ehdr->e_entry; } -static unsigned long load_elf_image_shdr(unsigned long addr) +unsigned long load_elf_image_shdr(unsigned long addr) { Elf32_Ehdr *ehdr; /* Elf header structure pointer */ Elf32_Shdr *shdr; /* Section header structure pointer */ |