KVM: x86 emulator: Add adc and sbb missing decoder flags
authorMohammed Gamal <m.gamal005@gmail.com>
Tue, 18 Aug 2009 22:26:28 +0000 (01:26 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 07:46:51 +0000 (10:46 +0300)
commit7bdb588827265bf42dd420e95d34275c83603568
tree990dd4205f2040beccf9d67d7251781394a437b5
parentfa6870c6b64214aced218d930ec7221e2a9767b8
KVM: x86 emulator: Add adc and sbb missing decoder flags

Add missing decoder flags for adc and sbb instructions
(opcodes 0x14-0x15, 0x1c-0x1d)

Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c