mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
The SEG_DESC_* macros are mostly used as branch conditions though they evaluates to signed int. This patch simplies their definitions and drop the unnecessary casts accordingly. Signed-off-by: Junjie Mao <junjie.mao@intel.com>