Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d327eac authored by Wei Yongjun's avatar Wei Yongjun Committed by Marcelo Tosatti
Browse files

KVM: x86 emulator: code style cleanup



Just remove redundant semicolon.

Signed-off-by: default avatarWei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent db358796
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1016,7 +1016,7 @@ x86_decode_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops)
	}
	}


	if (mode == X86EMUL_MODE_PROT64 && (c->d & No64)) {
	if (mode == X86EMUL_MODE_PROT64 && (c->d & No64)) {
		kvm_report_emulation_failure(ctxt->vcpu, "invalid x86/64 instruction");;
		kvm_report_emulation_failure(ctxt->vcpu, "invalid x86/64 instruction");
		return -1;
		return -1;
	}
	}