mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-08 18:25:05 +00:00
The patch is to fix MISRA violation in reloc.c by: - remove multi-returns in relocate(); - remove non useful checking in relocate(); - add suffix U to macro definition Tracked-On: #861 Signed-off-by: Chaohong guo <chaohong.guo@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>