mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +00:00
The calculation of the end boundry address is corrected by adding the size extracted from _DYNAMIC to start address in type of uint8_t while improving the code by calulating the end boundry address after scanning, also reducing type casts accordingly. Tracked-On: projectacrn#4191 Signed-off-by: Gary <gordon.king@intel.com>