mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 16:11:04 +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
@ -1016,7 +1016,7 @@ done_prefixes:
|
|||||||
}
|
}
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user