Skip to content

Commit

Permalink
KVM: x86 emulator: mark mov cr and mov dr as 64-bit instructions in l…
Browse files Browse the repository at this point in the history
…ong mode

Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Avi Kivity committed Oct 24, 2010
1 parent 7f9b4b7 commit cecc9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cecc9e3

Please sign in to comment.