kernel/m68k: Fix a few build regressions around types
Change-Id: I17e5452bc6abd6311c9631f88d199cb9c4f501c4
This commit is contained in:
parent
494acd2185
commit
9efa7fd520
@ -148,7 +148,7 @@ arch_elf_relocate_rela(struct elf_image_info *image,
|
||||
int i;
|
||||
Elf32_Sym *sym;
|
||||
int vlErr;
|
||||
addr_t S = 0; // symbol address
|
||||
elf_addr S = 0; // symbol address
|
||||
addr_t R = 0; // section relative symbol address
|
||||
|
||||
addr_t G = 0; // GOT address
|
||||
|
Loading…
Reference in New Issue
Block a user