aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kvm/emulate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
index 169b09d76ddd..817c6ca2c4fb 100644
--- a/arch/x86/kvm/emulate.c
+++ b/arch/x86/kvm/emulate.c
@@ -3791,8 +3791,8 @@ static const struct opcode group5[] = {
3791}; 3791};
3792 3792
3793static const struct opcode group6[] = { 3793static const struct opcode group6[] = {
3794 DI(Prot, sldt), 3794 DI(Prot | DstMem, sldt),
3795 DI(Prot, str), 3795 DI(Prot | DstMem, str),
3796 II(Prot | Priv | SrcMem16, em_lldt, lldt), 3796 II(Prot | Priv | SrcMem16, em_lldt, lldt),
3797 II(Prot | Priv | SrcMem16, em_ltr, ltr), 3797 II(Prot | Priv | SrcMem16, em_ltr, ltr),
3798 N, N, N, N, 3798 N, N, N, N,