acrn-hypervisor/hypervisor/arch
Junjie Mao 845437646f HV: instr_emul: keep using enum vm_reg_name for registers
The vm_reg_name is a good example of a collection of discrete values. This patch
replaces signed integers with this type whenever applicable to avoid dependence
on the underlying value of such enumeration constants.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2018-07-05 13:14:07 +08:00
..
x86 HV: instr_emul: keep using enum vm_reg_name for registers 2018-07-05 13:14:07 +08:00