KVM: x86 emulator: fix src, dst value initialization
authorNitin A Kamble <nitin.a.kamble@intel.com>
Sat, 15 Sep 2007 07:43:33 +0000 (10:43 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:29 +0000 (10:18 +0200)
Some operand fetches are less than the machine word size and can result in
stale bits if used together with operands of different sizes.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found