commit | ef46f18ea010359f7536afd3f56a92c9c83ac09a | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Sep 11 19:47:13 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Wed Oct 15 10:15:27 2008 +0200 |
tree | 32b9c76c41368ba183087b5a7a4c405d72194e45 | |
parent | 4b92fe0c9d0376eb105c88d49b77595e8e5b1548 [diff] |
KVM: x86 emulator: fix jmp r/m64 instruction jmp r/m64 doesn't require the rex.w prefix to indicate the operand size is 64 bits. Set the Stack attribute (even though it doesn't involve the stack, really) to indicate this. Signed-off-by: Avi Kivity <avi@qumranet.com>