mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-23 08:25:04 +00:00
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: #861 Signed-off-by: Gao, Shiqing <shiqing.gao@intel.com>