KVM: x86 emulator: fix jmp r/m64 instruction
authorAvi Kivity <avi@qumranet.com>
Thu, 11 Sep 2008 16:47:13 +0000 (19:47 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:27 +0000 (10:15 +0200)
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>

No differences found