mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
KVM: x86 emulator: code style cleanup
Just remove redundant semicolon. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
db358796d9
commit
1d327eac3c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue