diff --git a/hypervisor/src/arch/x86/emulator/instructions/mov.rs b/hypervisor/src/arch/x86/emulator/instructions/mov.rs index a6210e350..b5f45d10e 100644 --- a/hypervisor/src/arch/x86/emulator/instructions/mov.rs +++ b/hypervisor/src/arch/x86/emulator/instructions/mov.rs @@ -71,7 +71,7 @@ macro_rules! mov_rm_imm { } macro_rules! movzx { - ($src_op_size:ty, $dest_op_size:ty) => { + ($dest_op_size:ty, $src_op_size:ty) => { fn emulate( &self, insn: &Instruction,