diff options
author | Avi Kivity <avi@redhat.com> | 2010-08-30 17:12:28 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-10-24 10:51:54 +0200 |
commit | 7d9ddaedd8a9d0442fda5b5a90f22a33becbd235 (patch) | |
tree | e1784c42c41e2a981378e3a24e5befc6c6fc9d79 /arch/x86/kvm/i8259.c | |
parent | a4d4a7c1880db98a521bc27c15348185fa30c256 (diff) | |
download | blackbird-obmc-linux-7d9ddaedd8a9d0442fda5b5a90f22a33becbd235.tar.gz blackbird-obmc-linux-7d9ddaedd8a9d0442fda5b5a90f22a33becbd235.zip |
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>
Diffstat (limited to 'arch/x86/kvm/i8259.c')
0 files changed, 0 insertions, 0 deletions