mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
There so many ASSERT following the function vie_read_register and vm_get_seg_desc. It's better to move the ASSERT to those two functions and make the code more compact. Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>