Skip to content
Commit f5b4edcd authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: x86 emulator: simplify rip relative decoding



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: default avatarAvi Kivity <avi@qumranet.com>
parent 84411d85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment