mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-08 18:25:05 +00:00
In non-64-bit mode, CS segment base address should be considered when determining the linear address of the vcpu's instruction pointer. Use vie_calculate_gla() for instruction address translation which also takes care of 64-bit mode. Tracked-On: #4064 Signed-off-by: Peter Fang <peter.fang@intel.com>