KVM: x86 emulator: fix ret emulation
commitcf5de4f886116871c2ae2eee53524edd741a68ae
authorAvi Kivity <avi@redhat.com>
Thu, 27 Nov 2008 22:14:07 +0000 (28 00:14 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:55:05 +0000 (31 16:55 +0200)
treed9d4626a7a46086784ef1fad2c0960f00a353e59
parent8a09b6877f3100207b3572e7e12ea796493fe914
KVM: x86 emulator: fix ret emulation

'ret' did not set the operand type or size for the destination, so
writeback ignored it.

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