Home
last modified time | relevance | path

Searched hist:"7 d9ddaedd8a9d0442fda5b5a90f22a33becbd235" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Demulate.cdiff 7d9ddaedd8a9d0442fda5b5a90f22a33becbd235 Mon Aug 30 09:12:28 CDT 2010 Avi Kivity <avi@redhat.com> KVM: x86 emulator: clean up control flow in x86_emulate_insn()

x86_emulate_insn() is full of things like

if (rc != X86EMUL_CONTINUE)
goto done;
break;

consolidate all of those at the end of the switch statement.

Signed-off-by: Avi Kivity <avi@redhat.com>