KVM: x86 emulator: fix lea to really get the effective address
authorAvi Kivity <avi@qumranet.com>
Mon, 14 Apr 2008 20:46:37 +0000 (23:46 +0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 15:21:35 +0000 (18:21 +0300)
commitf9b7aab35cc6c3542203354d9fc4ec8572074abc
treeab8164dcfa5d49a4db66581af247a4140beae35a
parent16286d082d99cb41e16938fa6ba84604229f4b77
KVM: x86 emulator: fix lea to really get the effective address

We never hit this, since there is currently no reason to emulate lea.

Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/x86_emulate.c