diff --git a/src/system/kernel/arch/arm64/arch_elf.cpp b/src/system/kernel/arch/arm64/arch_elf.cpp index a2ca4c47e9..ba612803fb 100644 --- a/src/system/kernel/arch/arm64/arch_elf.cpp +++ b/src/system/kernel/arch/arm64/arch_elf.cpp @@ -130,6 +130,7 @@ arch_elf_relocate_rela(struct elf_image_info *image, rel[i].r_offset); return B_BAD_ADDRESS; } + *(Elf64_Addr *)relocAddr = relocValue; #endif }