]> bbs.cooldavid.org Git - net-next-2.6.git/commit
KVM: x86 emulator: Eliminate compilation warning in x86_decode_insn()
authorSheng Yang <sheng@linux.intel.com>
Tue, 28 Sep 2010 08:33:32 +0000 (16:33 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:53:09 +0000 (10:53 +0200)
commit7129eecac10681f69cb00c0323ee915feceb57eb
tree2f10330574e0b3987fa60e4c7b70c0403b84e1c0
parent50933623e50d8730cc1a65853c153b3b4c93b629
KVM: x86 emulator: Eliminate compilation warning in x86_decode_insn()

Eliminate:
arch/x86/kvm/emulate.c:801: warning: ‘sv’ may be used uninitialized in this
function

on gcc 4.1.2

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c