Use proper structure type for 64-bit headers
# this fixes the MALTA64 build
This commit is contained in:
parent
ae67f5502d
commit
37b892b263
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204052
@ -96,7 +96,7 @@ load_kernel(void * kstart)
|
||||
#ifdef __mips_n64
|
||||
Elf64_Ehdr *eh;
|
||||
Elf64_Phdr phdr[64] /* XXX */;
|
||||
Elf64_Phdr shdr[64] /* XXX */;
|
||||
Elf64_Shdr shdr[64] /* XXX */;
|
||||
#else
|
||||
Elf32_Ehdr *eh;
|
||||
Elf32_Phdr phdr[64] /* XXX */;
|
||||
|
Loading…
Reference in New Issue
Block a user