KVM: x86 emulator: simplify rip relative decoding
authorAvi Kivity <avi@qumranet.com>
Mon, 16 Jun 2008 05:09:11 +0000 (22:09 -0700)
committerAvi Kivity <avi@qumranet.com>
Sun, 20 Jul 2008 09:42:34 +0000 (12:42 +0300)
rip relative decoding is relative to the instruction pointer of the next
instruction; by moving address adjustment until after decoding is complete,
we remove the need to determine the instruction size.

Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found