mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 08:04:55 +00:00
Most of variables used when decoding instructions are unsigned bit-fields. This patch adds the 'U' or 'UL' suffix to constants in unsigned context and changes the type of arguments/local variables when necessary. Signed-off-by: Junjie Mao <junjie.mao@intel.com>