]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: emulate: fix harmless typo in MMX decoding
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 May 2014 12:03:29 +0000 (14:03 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Jun 2014 10:52:07 +0000 (12:52 +0200)
commitfcbea1c5005b910f6f10c1dd6853af1034e9c028
tree8e3db8028e305fe84b459e8f63295f2119b07f41
parent580b9220345d5c285fb2c9894b14e3538bfa01f5
KVM: emulate: fix harmless typo in MMX decoding

It was using the wrong member of the union.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c