mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
CPL is represented by a plain int but calculated from shifts and bit-wise operations. Convert it the uint8_t for consistency. Signed-off-by: Junjie Mao <junjie.mao@intel.com>