KVM: x86 emulator: fix %rip-relative addressing with immediate source operand
authorAvi Kivity <avi@redhat.com>
Sun, 19 Jun 2011 16:21:11 +0000 (19:21 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Jun 2011 07:09:25 +0000 (10:09 +0300)
%rip-relative addressing is relative to the first byte of the next instruction,
so we need to add %rip only after we've fetched any immediate bytes.

Based on original patch by Li Xin <xin.li@intel.com>.

Signed-off-by: Avi Kivity <avi@redhat.com>
Acked-by: Li Xin <xin.li@intel.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found