Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hv: reloc: enclose
elf64_r_type()
with #ifdef CONFIG_RELOC
elf64_r_type() is only invoked when CONFIG_RELOC is defined. This patch encloses its definition with `#ifdef CONFIG_RELOC`, otherwise, it is dead code. Tracked-On: projectacrn#861 Signed-off-by: Gao, Shiqing <[email protected]>
- Loading branch information