Loading arch/x86/kvm/emulate.c +2 −2 Original line number Diff line number Diff line Loading @@ -3791,8 +3791,8 @@ static const struct opcode group5[] = { }; static const struct opcode group6[] = { DI(Prot, sldt), DI(Prot, str), DI(Prot | DstMem, sldt), DI(Prot | DstMem, str), II(Prot | Priv | SrcMem16, em_lldt, lldt), II(Prot | Priv | SrcMem16, em_ltr, ltr), N, N, N, N, Loading Loading
arch/x86/kvm/emulate.c +2 −2 Original line number Diff line number Diff line Loading @@ -3791,8 +3791,8 @@ static const struct opcode group5[] = { }; static const struct opcode group6[] = { DI(Prot, sldt), DI(Prot, str), DI(Prot | DstMem, sldt), DI(Prot | DstMem, str), II(Prot | Priv | SrcMem16, em_lldt, lldt), II(Prot | Priv | SrcMem16, em_ltr, ltr), N, N, N, N, Loading