Skip to content
Snippets Groups Projects
Commit ef46f18e authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@qumranet.com>
parent 4b92fe0c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment