commit | e826ec9ae2baf9980402e85f0bbe1dac53ceb110 | [log] [tgz] |
---|---|---|
author | Izik Eidus <izike@qumranet.com> | Sun Nov 11 14:40:48 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Tue Nov 27 15:08:22 2007 +0200 |
tree | d931387123cef2bec18115e1a710b60068c68efa | |
parent | 8c27eba54970c6ebbb408186e5baa2274435e869 [diff] |
KVM: x86 emulator: fix JMP_REL Change JMP_REL to call to register_address_increment(): the operands size should not effect the calculation of the eip, instead the ad_bytes should affect it. Signed-off-by: Izik Eidus <izike@qumranet.com> Signed-off-by: Avi Kivity <avi@qumranet.com>