Commit cecc9e39 authored by Avi Kivity's avatar Avi Kivity

KVM: x86 emulator: mark mov cr and mov dr as 64-bit instructions in long mode

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 7f9b4b75
......@@ -2210,8 +2210,8 @@ static struct opcode twobyte_table[256] = {
/* 0x10 - 0x1F */
N, N, N, N, N, N, N, N, D(ImplicitOps | ModRM), N, N, N, N, N, N, N,
/* 0x20 - 0x2F */
D(ModRM | ImplicitOps | Priv), D(ModRM | Priv),
D(ModRM | ImplicitOps | Priv), D(ModRM | Priv),
D(ModRM | ImplicitOps | Priv | Op3264), D(ModRM | Priv | Op3264),
D(ModRM | ImplicitOps | Priv | Op3264), D(ModRM | Priv | Op3264),
N, N, N, N,
N, N, N, N, N, N, N, N,
/* 0x30 - 0x3F */
......
Markdown is supported
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